From 35b21687bcc2f477a7454bcfa4041e510f73e22c Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 29 Oct 2018 22:41:12 -0400 Subject: [PATCH] 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 --- src/bees.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bees.h b/src/bees.h index 83231ee..0a1b3e8 100644 --- a/src/bees.h +++ b/src/bees.h @@ -699,8 +699,6 @@ class BeesContext : public enable_shared_from_this { mutable mutex m_blacklist_mutex; set m_blacklist; - string m_uuid; - Timer m_total_timer; LockSet m_extent_lock_set;