builder: Remove an unused variable

Fix a compiler warning.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
tingping/wmclass
Philip Withnall 2017-07-06 15:03:01 +01:00
parent 5771527286
commit a7f5b1c3ef
1 changed files with 0 additions and 1 deletions

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