Remove unused variable 59/52959/2 accepted/tizen/mobile/20151201.031742 accepted/tizen/tv/20151201.031759 accepted/tizen/wearable/20151201.031824 submit/tizen/20151130.235340
authorSangyoon Jang <s89.jang@samsung.com>
Mon, 30 Nov 2015 08:30:40 +0000 (17:30 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 30 Nov 2015 23:41:52 +0000 (15:41 -0800)
Change-Id: I3d7e18726d1850fca1cf79026e9455188708a892
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
client/src/pkgmgr.c

index 99e75a5..2a252e9 100644 (file)
@@ -934,7 +934,6 @@ API int pkgmgr_client_usr_install(pkgmgr_client *pc, const char *pkg_type,
        int req_id;
        pkgmgr_client_t *mpc = (pkgmgr_client_t *)pc;
        char *pkgtype;
-       char *temp = NULL;
 
        if (pc == NULL || pkg_path == NULL) {
                ERR("invalid parameter");