Fix a compiler warning

Unused variable...
This commit is contained in:
Matthias Clasen
2017-04-16 18:36:49 -04:00
committed by Alexander Larsson
parent 9b002821ad
commit dbfd5d82e7

View File

@@ -166,7 +166,6 @@ flatpak_builtin_info (int argc, char **argv, GCancellable *cancellable, GError *
for (l = extensions; l; l = l->next)
{
FlatpakExtension *ext = l->data;
g_autofree char *merge_dirs = NULL;
g_autofree const char **subpaths = NULL;
g_autoptr(GVariant) ext_deploy_data = NULL;