From 028a8a030b8a14f7d378fbc1a6b795531089d0d3 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Fri, 25 Sep 2020 17:03:28 +0900 Subject: [PATCH] Remove unused variable Change-Id: I9c3b182f66800c4b4f7cc09a29cb1bb4176ecce7 Signed-off-by: Ilho Kim --- src/install_preload_pkg/install_preload_pkg.c | 1 - 1 file changed, 1 deletion(-) 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[] = { -- 2.7.4