From: Ilho Kim Date: Fri, 25 Sep 2020 08:03:28 +0000 (+0900) Subject: Remove unused variable X-Git-Tag: submit/tizen/20201006.000256~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=028a8a030b8a14f7d378fbc1a6b795531089d0d3;p=platform%2Fcore%2Fappfw%2Fpkgmgr-tool.git Remove unused variable Change-Id: I9c3b182f66800c4b4f7cc09a29cb1bb4176ecce7 Signed-off-by: Ilho Kim --- diff --git a/src/install_preload_pkg/install_preload_pkg.c b/src/install_preload_pkg/install_preload_pkg.c index a514170..a99ab60 100644 --- a/src/install_preload_pkg/install_preload_pkg.c +++ b/src/install_preload_pkg/install_preload_pkg.c @@ -254,7 +254,6 @@ int main(int argc, char *argv[]) int ret; bool skip_check_reference = false; bool is_default = true; - bool default_operation = false; install_type op_type = INSTALL_TYPE_UNDEFINED; const char *short_options = ""; const struct option long_options[] = {