summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Fairley <rfairley@redhat.com>2019-05-08 19:13:12 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-05-20 13:09:28 +0000
commite493505ade01d3d03a0b366bee611cd710f72909 (patch)
treea1599db510b508906376700c9ffc29cb193da0b5
parent2c1658538f8fde5813e95e7408d65662a489be91 (diff)
downloadostree-e493505ade01d3d03a0b366bee611cd710f72909.tar.gz
tests: Drop unused variable
Closes: #1857 Approved by: cgwalters
-rw-r--r--tests/test-repo-finder-config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-repo-finder-config.c b/tests/test-repo-finder-config.c
index a87e3f4b..0a2e9e60 100644
--- a/tests/test-repo-finder-config.c
+++ b/tests/test-repo-finder-config.c
@@ -308,7 +308,6 @@ static void
test_repo_finder_config_find_remotes (Fixture *fixture,
gconstpointer test_data)
{
- g_autoptr(OstreeRepoFinder) finder = NULL;
g_autoptr(GMainContext) context = NULL;
g_autoptr(GAsyncResult) result = NULL;
g_auto(OstreeRepoFinderResultv) results = NULL;