From c6011083a276e1861471e11579fb409aa156fa46 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 4 Jul 2017 13:43:26 +0100 Subject: [PATCH] common/dir: Drop unused variable This was accidentally introduced in a8ad3927 in advance of the LAN/USB changes from PR #884 which will actually use it. Signed-off-by: Philip Withnall --- common/flatpak-dir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c index f457c0f3..45c938d1 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -2303,7 +2303,6 @@ flatpak_dir_lookup_repo_metadata (FlatpakDir *self, ...) { va_list args; - g_autofree char *collection_id = NULL; g_autoptr(GVariant) metadata = NULL; g_autoptr(GVariant) value = NULL;