summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2017-10-11 20:02:56 +0000
committerJonathan Lebon <jlebon@redhat.com>2017-10-11 20:03:12 +0000
commitb923a950af1b3cfc4ba1fc877428928ffd4f38ec (patch)
tree0f92862b846cb752e53625c2bb5bea79d878bd6f
parent5362f6bc3ff3e30f379e767b203d15c9e56d6f08 (diff)
downloadlibglnx-b923a950af1b3cfc4ba1fc877428928ffd4f38ec.tar.gz
tests: drop unused variable
-rw-r--r--tests/test-libglnx-fdio.c1
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;