power: remove unused variable 49/106949/1
authortaeyoung <ty317.kim@samsung.com>
Mon, 26 Dec 2016 01:51:59 +0000 (10:51 +0900)
committertaeyoung <ty317.kim@samsung.com>
Mon, 26 Dec 2016 01:51:59 +0000 (10:51 +0900)
the variable occurs the build warning

Change-Id: I868a39bc8ef93e6a5aeda6d28d89f32fb11e296f
Signed-off-by: taeyoung <ty317.kim@samsung.com>
src/power/power-handler.c

index 0965996..4911a6b 100644 (file)
@@ -112,7 +112,6 @@ static int find_poweroff_option(char *type, char *option, struct power_option **
 {
        int ret;
        dd_list *l;
-       size_t len;
        struct power_option *elem;
        enum poweroff_type type_e;