From b923a950af1b3cfc4ba1fc877428928ffd4f38ec Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 11 Oct 2017 20:02:56 +0000 Subject: [PATCH] tests: drop unused variable --- tests/test-libglnx-fdio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-libglnx-fdio.c b/tests/test-libglnx-fdio.c index 350294c4..c5ff9492 100644 --- a/tests/test-libglnx-fdio.c +++ b/tests/test-libglnx-fdio.c @@ -177,7 +177,6 @@ static void test_filecopy (void) { _GLNX_TEST_DECLARE_ERROR(local_error, error); - g_auto(GLnxTmpfile) tmpf = { 0, }; const char foo[] = "foo"; struct stat stbuf;