halapi: conf: Remove unused local variables 13/257513/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 09:33:36 +0000 (18:33 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 27 Apr 2021 05:54:48 +0000 (14:54 +0900)
Change-Id: Iab9597b3bd4d2bbfc258d62ca1302f8ba64169a4
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-api-conf.c

index 4465fe6..65e67f4 100644 (file)
@@ -283,13 +283,6 @@ __attribute__ ((visibility("default")))
 struct __hal_module_info* _hal_api_conf_get_module_info(enum hal_module module,
                                                        const char *library_name)
 {
-       struct __hal_module_info *info = NULL;
-       json_object *module_array_object = NULL;
-       const char *group_name = NULL;
-       const char *module_name = NULL;
-       const char *key = NULL;
-       int i;
-
 #ifdef HAL_API_CONF_JSON
        if (!_json_file_object)
                return NULL;