From a7f5b1c3ef24e2265627c2e4207400a28074dc68 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 6 Jul 2017 15:03:01 +0100 Subject: [PATCH] builder: Remove an unused variable Fix a compiler warning. Signed-off-by: Philip Withnall --- builder/builder-manifest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/builder-manifest.c b/builder/builder-manifest.c index e60ee3cc..e9f585ee 100644 --- a/builder/builder-manifest.c +++ b/builder/builder-manifest.c @@ -2182,7 +2182,6 @@ builder_manifest_finish (BuilderManifest *self, const char *parent_id = NULL; const char *parent_version = NULL; g_autofree char *base_metadata = NULL; - g_auto(GStrv) groups = NULL; arch_option = g_strdup_printf ("--arch=%s", builder_context_get_arch (context));