From 057482761becb312a735b9f9d57d124edf8a6819 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 10 Oct 2017 18:13:40 +0000 Subject: [PATCH] tests: drop unused variable Closes: #1263 Approved by: cgwalters --- tests/test-repo-finder-config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-repo-finder-config.c b/tests/test-repo-finder-config.c index b89aaee4..428e02eb 100644 --- a/tests/test-repo-finder-config.c +++ b/tests/test-repo-finder-config.c @@ -66,8 +66,6 @@ static void teardown (Fixture *fixture, gconstpointer test_data) { - g_autoptr(GError) error = NULL; - /* Recursively remove the temporary directory. */ (void)glnx_tmpdir_delete (&fixture->tmpdir, NULL, NULL);