summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-doc-portal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-doc-portal.c b/tests/test-doc-portal.c
index 9d5fa8e..24ab7fa 100644
--- a/tests/test-doc-portal.c
+++ b/tests/test-doc-portal.c
@@ -127,8 +127,6 @@ static char *
export_new_file (const char *basename, const char *contents, gboolean unique)
{
g_autofree char *path = NULL;
- g_autofree char *id = NULL;
- g_autofree char *doc_path = NULL;
GError *error = NULL;
path = g_build_filename (outdir, basename, NULL);