tests: drop unused variable
authorJonathan Lebon <jlebon@redhat.com>
Tue, 10 Oct 2017 18:13:40 +0000 (18:13 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 12 Oct 2017 12:53:01 +0000 (12:53 +0000)
Closes: #1263
Approved by: cgwalters

tests/test-repo-finder-config.c

index b89aaee4d994047bc46a0b1f8a7e518e135a694d..428e02eb2c67017f130540ec716a4e50a7a3f41d 100644 (file)
@@ -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);