tests: drop unused variable

Closes: #1263
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-10-10 18:13:40 +00:00 committed by Atomic Bot
parent 8f6ec62bfb
commit 057482761b

View 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);