summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-diff.c
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@gmail.com>2013-08-30 10:32:37 +0200
committerColin Walters <walters@verbum.org>2013-08-30 14:23:45 -0400
commited56908ccb10dc3f9f2f209aba462cd4536368cf (patch)
tree110eae30b9eac74dc9255483009c64c9bc24c491 /src/ostree/ot-admin-builtin-diff.c
parent4cdd444dcfa031f11361d21e0f5b7f047ca50207 (diff)
downloadostree-ed56908ccb10dc3f9f2f209aba462cd4536368cf.tar.gz
Fix warnings about unused variables
Diffstat (limited to 'src/ostree/ot-admin-builtin-diff.c')
-rw-r--r--src/ostree/ot-admin-builtin-diff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ostree/ot-admin-builtin-diff.c b/src/ostree/ot-admin-builtin-diff.c
index eb0a40db..1758422e 100644
--- a/src/ostree/ot-admin-builtin-diff.c
+++ b/src/ostree/ot-admin-builtin-diff.c
@@ -41,11 +41,9 @@ ot_admin_builtin_diff (int argc, char **argv, GFile *sysroot, GCancellable *canc
{
GOptionContext *context;
gboolean ret = FALSE;
- gs_free char *booted_osname = NULL;
gs_unref_object GFile *repo_path = NULL;
gs_unref_object OtDeployment *deployment = NULL;
gs_unref_object GFile *deployment_dir = NULL;
- gs_unref_object GFile *deploy_parent = NULL;
gs_unref_ptrarray GPtrArray *modified = NULL;
gs_unref_ptrarray GPtrArray *removed = NULL;
gs_unref_ptrarray GPtrArray *added = NULL;