core: device-notifier: Remove unused notifier definition 62/174362/5
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Mar 2018 08:02:45 +0000 (17:02 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 5 Apr 2018 09:50:49 +0000 (18:50 +0900)
DEVICE_NOTIFIER_POWER_OFF notifier definition is not used. Remove it.

Change-Id: I30ab609c55aa0f43b8b1a4fefcb6db2a716161a5
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/pass/device-notifier.h

index 77c571f7802228edd8288abbddfa4835b1d20bb0..f045abcf1779cdc211c014a3716140a6b2d622d4 100644 (file)
@@ -25,7 +25,6 @@
 enum device_notifier_type {
        DEVICE_NOTIFIER_BOOTING_DONE,
        DEVICE_NOTIFIER_PMQOS,
-       DEVICE_NOTIFIER_POWEROFF,
        DEVICE_NOTIFIER_MAX,
 };