[ostree] Remove unused variables



commit 1181833e7931b4f048f4dd75b9bb6a77a48a8007
Author: Gatis Paeglis <gatis paeglis theqtcompany com>
Date:   Wed Sep 23 12:46:06 2015 +0200

    Remove unused variables

 src/ostree/ot-admin-builtin-upgrade.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/ostree/ot-admin-builtin-upgrade.c b/src/ostree/ot-admin-builtin-upgrade.c
index 6db0465..006914a 100644
--- a/src/ostree/ot-admin-builtin-upgrade.c
+++ b/src/ostree/ot-admin-builtin-upgrade.c
@@ -50,14 +50,8 @@ ot_admin_builtin_upgrade (int argc, char **argv, GCancellable *cancellable, GErr
   GOptionContext *context;
   glnx_unref_object OstreeSysroot *sysroot = NULL;
   glnx_unref_object OstreeSysrootUpgrader *upgrader = NULL;
-  g_autofree char *origin_remote = NULL;
-  g_autofree char *origin_ref = NULL;
-  g_autofree char *origin_refspec = NULL;
-  g_autofree char *new_revision = NULL;
   g_autoptr(GFile) deployment_path = NULL;
   g_autoptr(GFile) deployment_origin_path = NULL;
-  glnx_unref_object OstreeDeployment *merge_deployment = NULL;
-  glnx_unref_object OstreeDeployment *new_deployment = NULL;
   GSConsole *console = NULL;
   gboolean in_status_line = FALSE;
   glnx_unref_object OstreeAsyncProgress *progress = NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]