From: Igor Fedotov Date: Tue, 29 Nov 2016 14:49:01 +0000 (+0000) Subject: os/objectstore: remove unused logger member X-Git-Tag: v12.0.1~379^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=489f1bd7185dbd3419ea3e45f2c0c7b1d66498fd;p=ceph.git os/objectstore: remove unused logger member Signed-off-by: Igor Fedotov --- diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 08f6075ebd4..85a8f1970d1 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