From: Roi Dayan Date: Mon, 15 Feb 2016 07:42:11 +0000 (+0200) Subject: xio: remove redundant magic methods X-Git-Tag: v10.1.0~319^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7773%2Fhead;p=ceph.git xio: remove redundant magic methods The same methods are inherited from Messenger. Signed-off-by: Roi Dayan --- diff --git a/src/msg/xio/XioMessenger.h b/src/msg/xio/XioMessenger.h index d6bb5b5d22d..81ecef1f2ca 100644 --- a/src/msg/xio/XioMessenger.h +++ b/src/msg/xio/XioMessenger.h @@ -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);