From af12582b352a2d6082e03d2b84c8b306d42fe562 Mon Sep 17 00:00:00 2001 From: Roi Dayan Date: Mon, 15 Feb 2016 09:42:11 +0200 Subject: [PATCH] xio: remove redundant magic methods The same methods are inherited from Messenger. Signed-off-by: Roi Dayan --- src/msg/xio/XioMessenger.h | 2 -- 1 file changed, 2 deletions(-) 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);