From 489f1bd7185dbd3419ea3e45f2c0c7b1d66498fd Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Tue, 29 Nov 2016 14:49:01 +0000 Subject: [PATCH] os/objectstore: remove unused logger member Signed-off-by: Igor Fedotov --- src/os/ObjectStore.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 08f6075ebd4e..85a8f1970d17 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -99,8 +99,6 @@ public: const string& path, uuid_d *fsid); - Logger *logger; - /** * Fetch Object Store statistics. * @@ -1487,8 +1485,7 @@ public: public: ObjectStore(CephContext* cct, - const std::string& path_) : path(path_), cct(cct), - logger(nullptr) {} + const std::string& path_) : path(path_), cct(cct) {} virtual ~ObjectStore() {} // no copying -- 2.47.3