summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checkout.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-builtin-checkout.c
parent4cdd444dcfa031f11361d21e0f5b7f047ca50207 (diff)
downloadostree-ed56908ccb10dc3f9f2f209aba462cd4536368cf.tar.gz
Fix warnings about unused variables
Diffstat (limited to 'src/ostree/ot-builtin-checkout.c')
-rw-r--r--src/ostree/ot-builtin-checkout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ostree/ot-builtin-checkout.c b/src/ostree/ot-builtin-checkout.c
index 2bf26e25..873e2c5d 100644
--- a/src/ostree/ot-builtin-checkout.c
+++ b/src/ostree/ot-builtin-checkout.c
@@ -177,13 +177,9 @@ ostree_builtin_checkout (int argc, char **argv, OstreeRepo *repo, GCancellable *
gboolean ret = FALSE;
const char *commit;
const char *destination;
- gs_free char *existing_commit = NULL;
gs_free char *resolved_commit = NULL;
- gs_free char *tmp_destination = NULL;
- gs_unref_object GFileInfo *symlink_file_info = NULL;
gs_unref_object GFile *checkout_target = NULL;
gs_unref_object GFile *checkout_target_tmp = NULL;
- gs_unref_object GFile *symlink_target = NULL;
context = g_option_context_new ("COMMIT DESTINATION - Check out a commit into a filesystem tree");
g_option_context_add_main_entries (context, options, NULL);