diff options
author | Jonathan Lebon <jlebon@redhat.com> | 2017-10-11 20:02:56 +0000 |
---|---|---|
committer | Jonathan Lebon <jlebon@redhat.com> | 2017-10-11 20:03:12 +0000 |
commit | b923a950af1b3cfc4ba1fc877428928ffd4f38ec (patch) | |
tree | 0f92862b846cb752e53625c2bb5bea79d878bd6f /tests/test-libglnx-fdio.c | |
parent | 5362f6bc3ff3e30f379e767b203d15c9e56d6f08 (diff) | |
download | libglnx-b923a950af1b3cfc4ba1fc877428928ffd4f38ec.tar.gz |
tests: drop unused variable
Diffstat (limited to 'tests/test-libglnx-fdio.c')
-rw-r--r-- | tests/test-libglnx-fdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-libglnx-fdio.c b/tests/test-libglnx-fdio.c index 350294c..c5ff949 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; |