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>
Dieser Commit ist enthalten in:
Zygo Blaxell
2018-10-30 21:12:16 -04:00
Ursprung 63ddbb9a4f
Commit 35b21687bc
-2
Datei anzeigen
@@ -699,8 +699,6 @@ class BeesContext : public enable_shared_from_this<BeesContext> {
mutable mutex m_blacklist_mutex; mutable mutex m_blacklist_mutex;
set<BeesFileId> m_blacklist; set<BeesFileId> m_blacklist;
string m_uuid;
Timer m_total_timer; Timer m_total_timer;
LockSet<uint64_t> m_extent_lock_set; LockSet<uint64_t> m_extent_lock_set;