Delete unused variable 46/91846/1 accepted/tizen/3.0/ivi/20161028.122939 accepted/tizen/3.0/mobile/20161028.122211 accepted/tizen/3.0/tv/20161028.122512 accepted/tizen/3.0/wearable/20161028.122724 accepted/tizen/common/20161012.154656 accepted/tizen/ivi/20161014.022150 accepted/tizen/mobile/20161014.022221 accepted/tizen/tv/20161014.022137 accepted/tizen/wearable/20161014.022109 submit/tizen/20161012.064511 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323 submit/tizen_3.0_common/20161104.104000
authorseungha.son <seungha.son@samsung.com>
Wed, 12 Oct 2016 01:35:26 +0000 (10:35 +0900)
committerseungha.son <seungha.son@samsung.com>
Wed, 12 Oct 2016 01:35:56 +0000 (10:35 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Iaed55d917f35c4d421a2497e2dca343d2755bf8d

src/notification.c

index 2c2cb3118c81c7bfc1b05dfc0933c18bcf1bbb3f..0837948f7d318d1616dec005b8eade557248b67a 100755 (executable)
@@ -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);