From d6911d9318e9240f4e2f97f68263c902c3bc2a84 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 1 Feb 2018 14:49:22 +0100 Subject: [PATCH] Remove unused variables Closes: #1374 Approved by: alexlarsson --- common/flatpak-run.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/flatpak-run.c b/common/flatpak-run.c index a91c3451..0dadd0a2 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -638,7 +638,6 @@ flatpak_run_add_environment_args (FlatpakBwrap *bwrap, gboolean unrestricted_session_bus; gboolean unrestricted_system_bus; g_autoptr(GError) my_error = NULL; - g_autoptr(GFile) user_flatpak_dir = NULL; g_autoptr(FlatpakExports) exports = NULL; g_autoptr(GPtrArray) session_bus_proxy_argv = NULL; g_autoptr(GPtrArray) system_bus_proxy_argv = NULL; @@ -2431,10 +2430,7 @@ flatpak_context_load_for_app (const char *app_id, GError **error) { g_autofree char *app_ref = NULL; - g_autoptr(FlatpakContext) app_context = NULL; g_autoptr(FlatpakDeploy) app_deploy = NULL; - g_autoptr(FlatpakContext) overrides = NULL; - g_autoptr(GKeyFile) metakey = NULL; app_ref = flatpak_find_current_ref (app_id, NULL, error); if (app_ref == NULL)