builder: Remove an unused variable

Fix a compiler warning.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2017-07-06 15:03:01 +01:00
parent 5771527286
commit a7f5b1c3ef

View File

@@ -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));