1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00

bees: drop unused member m_uuid

There is a m_root_uuid which is used.  m_uuid is not, so drop it
and save a tiny amount of memory.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2018-10-29 22:41:12 -04:00
parent 63ddbb9a4f
commit 35b21687bc

View File

@ -699,8 +699,6 @@ class BeesContext : public enable_shared_from_this<BeesContext> {
mutable mutex m_blacklist_mutex;
set<BeesFileId> m_blacklist;
string m_uuid;
Timer m_total_timer;
LockSet<uint64_t> m_extent_lock_set;