1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +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>
Dieser Commit ist enthalten in:
Zygo Blaxell
2018-10-29 22:41:12 -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;
set<BeesFileId> m_blacklist;
string m_uuid;
Timer m_total_timer;
LockSet<uint64_t> m_extent_lock_set;