tests: Drop unused variable

Closes: #1857
Approved by: cgwalters
This commit is contained in:
Robert Fairley 2019-05-08 19:13:12 -04:00 committed by Atomic Bot
parent 2c1658538f
commit e493505ade

View File

@ -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;