halapi: common: Remove unused variables on _get_module_info_with_library_name 63/290363/1
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 13 Mar 2023 21:31:58 +0000 (06:31 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 23 Mar 2023 14:53:43 +0000 (23:53 +0900)
Change-Id: I5bb8472601d010a7e7b0e8d8e7b56f191c1d543b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-api-conf.c

index 9495d3b..064ff5f 100644 (file)
@@ -62,10 +62,7 @@ static struct __hal_module_info* _get_module_info_with_library_name(enum hal_mod
                                                                const char *library_name)
 {
        struct __hal_module_info *info = NULL, *new_info = NULL, *tmp_info = NULL;
-       const char *group_name = NULL;
-       const char *module_name = NULL;
        char *library_name_prefix = NULL;
-       int ret;
 
        if (!_module_hash || !library_name)
                return NULL;