Remove an unused member variable 25/140325/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 24 Jul 2017 12:28:35 +0000 (21:28 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 24 Jul 2017 12:28:35 +0000 (21:28 +0900)
Change-Id: I4be201f0fdd12a41d54fc9e8ef72409464e22618
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/server/TimerStandbyState.h

index 0835213e098b8cab8c39232129b9d71a37472a7f..1ddd0569fa3f31f58990bb3e2e401959069ce931 100644 (file)
@@ -37,7 +37,6 @@ namespace ctx {
        private:
                bool __setTimer();
 
-               time_t __lastExpiredTime;
                static unsigned int __timerStandbyStateCnt;
        };