mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-15 12:29:40 -04:00
Fix a compiler warning
Unused variable...
This commit is contained in:
committed by
Alexander Larsson
parent
9b002821ad
commit
dbfd5d82e7
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user