Fix another compiler warning

Closes: #2409
Approved by: alexlarsson
This commit is contained in:
Matthias Clasen
2018-12-18 21:41:35 -05:00
committed by Atomic Bot
parent b9e082d0b4
commit d925ab396e

View File

@@ -1038,7 +1038,6 @@ AsApp *
as_app_load_for_deploy (FlatpakDeploy *deploy)
{
g_autoptr(GFile) files = NULL;
g_autofree char *metainfo = NULL;
g_autoptr(GKeyFile) metadata = NULL;
const char *id;
g_autofree char *relpath = NULL;