From: Jonathan Lebon Date: Tue, 10 Oct 2017 18:13:40 +0000 (+0000) Subject: tests: drop unused variable X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~30^2~63 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=057482761becb312a735b9f9d57d124edf8a6819;p=ostree.git tests: drop unused variable Closes: #1263 Approved by: cgwalters --- 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);