fsck: Kill unused variable
This commit is contained in:
parent
7ca1c3d2e7
commit
d0222ce6c8
|
|
@ -101,7 +101,6 @@ ostree_builtin_fsck (int argc, char **argv, const char *prefix, GError **error)
|
||||||
HtFsckData data;
|
HtFsckData data;
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
OstreeRepo *repo = NULL;
|
OstreeRepo *repo = NULL;
|
||||||
const char *head;
|
|
||||||
|
|
||||||
context = g_option_context_new ("- Check the repository for consistency");
|
context = g_option_context_new ("- Check the repository for consistency");
|
||||||
g_option_context_add_main_entries (context, options, NULL);
|
g_option_context_add_main_entries (context, options, NULL);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue