]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: remove unused class member
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 27 Oct 2017 16:23:52 +0000 (09:23 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 27 Oct 2017 17:26:46 +0000 (10:26 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/Session.h

index 6dddee0716b05a9fb367bd24fade7581405767bd..3b2fb45c4959fc59bd25cbf3416e68a3fe82339a 100644 (file)
@@ -44,7 +44,6 @@ struct MonSession : public RefCountedObject {
   uint64_t con_features = 0;  // zero if AnonConnection
   entity_inst_t inst;
   utime_t session_timeout;
-  utime_t time_established;
   bool closed;
   xlist<MonSession*>::item item;
   set<uint64_t> routed_request_tids;
@@ -72,7 +71,6 @@ struct MonSession : public RefCountedObject {
     osd_epoch(0),
     auth_handler(NULL),
     proxy_con(NULL), proxy_tid(0) {
-    time_established = ceph_clock_now();
     if (c->get_messenger()) {
       // only fill in features if this is a non-anonymous connection
       con_features = c->get_features();