[ostree] fsck: Kill unused variable



commit d0222ce6c8eec8f7622d7f4b2af5999c97986826
Author: Colin Walters <walters verbum org>
Date:   Thu Oct 27 15:41:15 2011 -0400

    fsck: Kill unused variable

 src/ot-builtin-fsck.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/ot-builtin-fsck.c b/src/ot-builtin-fsck.c
index 0ce3cc3..766d17f 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);



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