]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/net: remove unused and dup global_seq
authorYingxin <yingxin.cheng@intel.com>
Tue, 4 Sep 2018 10:33:25 +0000 (18:33 +0800)
committerYingxin <yingxin.cheng@intel.com>
Tue, 4 Sep 2018 12:00:06 +0000 (20:00 +0800)
Signed-off-by: Yingxin <yingxin.cheng@intel.com>
src/crimson/net/SocketMessenger.h

index 788771c27b649f051f1de316223b7df23920187a..a9867a20cb3f068bd8ff4def914ceff971798dbf 100644 (file)
@@ -29,7 +29,6 @@ using SocketPolicy = ceph::net::Policy<ceph::thread::Throttle>;
 class SocketMessenger final : public Messenger {
   boost::optional<seastar::server_socket> listener;
   Dispatcher *dispatcher = nullptr;
-  uint32_t global_seq = 0;
   std::map<entity_addr_t, ConnectionRef> connections;
   using Throttle = ceph::thread::Throttle;
   ceph::net::PolicySet<Throttle> policy_set;