mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-30 02:21:17 -05:00
builder: Remove an unused variable
Fix a compiler warning. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user