From: Chanwoo Choi Date: Mon, 13 Mar 2023 21:31:58 +0000 (+0900) Subject: halapi: common: Remove unused variables on _get_module_info_with_library_name X-Git-Tag: accepted/tizen/unified/20230424.185339~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42a360e4ac10d9ca5990814cbccb4d67ffdc7a1b;p=platform%2Fhal%2Fapi%2Fcommon.git halapi: common: Remove unused variables on _get_module_info_with_library_name Change-Id: I5bb8472601d010a7e7b0e8d8e7b56f191c1d543b Signed-off-by: Chanwoo Choi --- diff --git a/src/hal-api-conf.c b/src/hal-api-conf.c index 9495d3b..064ff5f 100644 --- a/src/hal-api-conf.c +++ b/src/hal-api-conf.c @@ -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;