From 54d65aabc5fa71f5bdfe73d80fd5aca0aa2ff7b0 Mon Sep 17 00:00:00 2001 From: Mario Sanchez Prada Date: Tue, 20 Dec 2016 09:40:56 +0000 Subject: [PATCH] Fix CI build with clang: remove unused variable --- tests/testlibrary.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testlibrary.c b/tests/testlibrary.c index 480f5777..3ff876e2 100644 --- a/tests/testlibrary.c +++ b/tests/testlibrary.c @@ -89,7 +89,6 @@ test_multiple_system_installations (void) g_autoptr(GPtrArray) system_dirs = NULL; g_autoptr(GError) error = NULL; - g_autofree char *path = NULL; FlatpakInstallation *installation = NULL; const char *current_id = NULL;