]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
xio: remove redundant magic methods 7773/head
authorRoi Dayan <roid@mellanox.com>
Mon, 15 Feb 2016 07:42:11 +0000 (09:42 +0200)
committerRoi Dayan <roid@mellanox.com>
Wed, 24 Feb 2016 12:00:59 +0000 (14:00 +0200)
The same methods are inherited from Messenger.

Signed-off-by: Roi Dayan <roid@mellanox.com>
src/msg/xio/XioMessenger.h

index d6bb5b5d22d9764ad643bdc2d340514d073bff81..81ecef1f2ca81eab7c5c7b5892282ccd54a6928d 100644 (file)
@@ -69,8 +69,6 @@ public:
   int _send_message(Message *m, Connection *con);
   int _send_message_impl(Message *m, XioConnection *xcon);
 
-  uint32_t get_magic() { return magic; }
-  void set_magic(int _magic) { magic = _magic; }
   uint32_t get_special_handling() { return special_handling; }
   void set_special_handling(int n) { special_handling = n; }
   int pool_hint(uint32_t size);