projects
/
platform
/
core
/
appfw
/
slp-pkgmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b867bb
)
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
author
Sangyoon Jang
<s89.jang@samsung.com>
Mon, 30 Nov 2015 08:30:40 +0000
(17:30 +0900)
committer
Sangyoon 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
patch
|
blob
|
history
diff --git
a/client/src/pkgmgr.c
b/client/src/pkgmgr.c
index 99e75a5fccd3c94a960d6030745d15d8b3783cf9..2a252e93e4c0c21612355dd8050ad006c3473949 100644
(file)
--- a/
client/src/pkgmgr.c
+++ b/
client/src/pkgmgr.c
@@
-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");