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 0553cdc..b202588 100644 (file)
@@ -38,7 +38,6 @@ namespace ctx {
 
        private:
                msg_handle_t __messageHandle;
-               bool __beingSubscribed;
 
                bool __setCallback();
                void __unsetCallback();