From: Patrick Donnelly Date: Fri, 27 Oct 2017 16:23:52 +0000 (-0700) Subject: mon: remove unused class member X-Git-Tag: v13.0.1~341^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41af6a4a30216aad012c899780998d5d204ccc49;p=ceph.git mon: remove unused class member Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/Session.h b/src/mon/Session.h index 6dddee0716b0..3b2fb45c4959 100644 --- a/src/mon/Session.h +++ b/src/mon/Session.h @@ -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::item item; set 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();