From d0222ce6c8eec8f7622d7f4b2af5999c97986826 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 27 Oct 2011 15:41:15 -0400 Subject: [PATCH] fsck: Kill unused variable --- src/ot-builtin-fsck.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ot-builtin-fsck.c b/src/ot-builtin-fsck.c index 0ce3cc38..766d17fe 100644 --- a/src/ot-builtin-fsck.c +++ b/src/ot-builtin-fsck.c @@ -101,7 +101,6 @@ ostree_builtin_fsck (int argc, char **argv, const char *prefix, GError **error) HtFsckData data; gboolean ret = FALSE; OstreeRepo *repo = NULL; - const char *head; context = g_option_context_new ("- Check the repository for consistency"); g_option_context_add_main_entries (context, options, NULL);