Remove unused variable

This commit is contained in:
Alexander Larsson
2016-02-24 14:33:00 +01:00
parent 4c6a05aba1
commit cbf3d25440

View File

@@ -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);