mirror of
https://github.com/Zygo/bees.git
synced 2025-07-09 20:02:26 +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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user