Remove a redundant member variable from message.h 35/124235/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 11 Apr 2017 02:02:38 +0000 (11:02 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 11 Apr 2017 02:02:38 +0000 (11:02 +0900)
Change-Id: I95875ce94a41bb5a1280cb791abcdc5f71c2b430
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/message/Message.h

index 0553cdcc2359960b3d6730b43b969bfc0aca89fa..b2025882c9c42e2855b38925d8383f630032bbc3 100644 (file)
@@ -38,7 +38,6 @@ namespace ctx {
 
        private:
                msg_handle_t __messageHandle;
-               bool __beingSubscribed;
 
                bool __setCallback();
                void __unsetCallback();