Skip to content
Snippets Groups Projects
Commit 47d81632 authored by Jonathan Lebon's avatar Jonathan Lebon Committed by Colin Walters
Browse files

test-libglnx-xattrs.c: appease -Wunused-variable

parent 7100ebbc
Branches
Tags
No related merge requests found
...@@ -223,7 +223,6 @@ test_xattr_races (void) ...@@ -223,7 +223,6 @@ test_xattr_races (void)
GThread *threads[nprocs]; GThread *threads[nprocs];
g_autoptr(GError) local_error = NULL; g_autoptr(GError) local_error = NULL;
GError **error = &local_error; GError **error = &local_error;
glnx_fd_close int dfd = -1;
g_auto(GLnxTmpDir) tmpdir = { 0, }; g_auto(GLnxTmpDir) tmpdir = { 0, };
g_autofree char *tmpdir_path = g_strdup_printf ("%s/libglnx-xattrs-XXXXXX", g_autofree char *tmpdir_path = g_strdup_printf ("%s/libglnx-xattrs-XXXXXX",
getenv ("TMPDIR") ?: "/var/tmp"); getenv ("TMPDIR") ?: "/var/tmp");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment