From: seungha.son Date: Wed, 12 Oct 2016 01:35:26 +0000 (+0900) Subject: Delete unused variable X-Git-Tag: submit/tizen/20161012.064511^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81671d5bd7344aff78d0a13115bb2714bd93bcb8;p=platform%2Fcore%2Fapi%2Fnotification.git Delete unused variable Signed-off-by: seungha.son Change-Id: Iaed55d917f35c4d421a2497e2dca343d2755bf8d --- diff --git a/src/notification.c b/src/notification.c index 2c2cb311..0837948f 100755 --- a/src/notification.c +++ b/src/notification.c @@ -1395,7 +1395,6 @@ static notification_h _notification_create(notification_type_e type) { notification_h noti = NULL; package_info_h package_info = NULL; - char *app_id = NULL; char *domain_name = NULL; char *app_root_path = NULL; char locale_directory[PATH_MAX] = { 0, }; /* PATH_MAX 4096 */ @@ -1478,9 +1477,6 @@ out: if (domain_name) free(domain_name); - if (app_id) - free(app_id); - if (app_root_path) free(app_root_path);