From cbf3d2544017cdbd85ba608f6eaca594483d96c8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 24 Feb 2016 14:33:00 +0100 Subject: [PATCH] Remove unused variable --- common/xdg-app-utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/xdg-app-utils.c b/common/xdg-app-utils.c index 994c4071..767779bf 100644 --- a/common/xdg-app-utils.c +++ b/common/xdg-app-utils.c @@ -2341,7 +2341,6 @@ xdg_app_bundle_load (GFile *file, g_autoptr(GVariant) metadata = NULL; g_autoptr(GBytes) bytes = NULL; g_autoptr(GVariant) to_csum_v = NULL; - g_autoptr(GVariant) gpg_value = NULL; GMappedFile *mfile = g_mapped_file_new (gs_file_get_path_cached (file), FALSE, error);