From 41af6a4a30216aad012c899780998d5d204ccc49 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 27 Oct 2017 09:23:52 -0700 Subject: [PATCH] mon: remove unused class member Signed-off-by: Patrick Donnelly --- src/mon/Session.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mon/Session.h b/src/mon/Session.h index 6dddee0716b05..3b2fb45c4959f 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(); -- 2.39.5