tests: drop unused variable

This commit is contained in:
Jonathan Lebon
2017-10-11 20:02:56 +00:00
parent 5362f6bc3f
commit b923a950af

View File

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