summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-09-23 12:46:06 +0200
committerColin Walters <walters@verbum.org>2015-09-23 08:39:01 -0400
commit1181833e7931b4f048f4dd75b9bb6a77a48a8007 (patch)
tree45a6346fbde1fa79fdc85a01a73277d53d1ca752
parentc61151d6503e02fd73507784e730facff90b95d8 (diff)
downloadostree-1181833e7931b4f048f4dd75b9bb6a77a48a8007.tar.gz
Remove unused variables
-rw-r--r--src/ostree/ot-admin-builtin-upgrade.c6
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 6db0465c..006914a6 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;