summaryrefslogtreecommitdiff
path: root/document-portal/xdp-fuse.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-27 16:13:15 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-27 16:13:15 +0200
commit52525f46fd997ab04f30d1d0fc8619d424f6f9b2 (patch)
tree9502d0e817836a4df1d3d0d1da9ad9ca2759aff8 /document-portal/xdp-fuse.c
parent42012a7d5a41321c4b7a40ce532b36b20b20b21b (diff)
downloadxdg-app-52525f46fd997ab04f30d1d0fc8619d424f6f9b2.tar.gz
Remove ununsed variables reported by clang
Diffstat (limited to 'document-portal/xdp-fuse.c')
-rw-r--r--document-portal/xdp-fuse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/document-portal/xdp-fuse.c b/document-portal/xdp-fuse.c
index dd3c920..c245c19 100644
--- a/document-portal/xdp-fuse.c
+++ b/document-portal/xdp-fuse.c
@@ -761,7 +761,6 @@ xdp_fuse_opendir (fuse_req_t req,
XdpInodeClass class;
guint64 class_ino;
g_autoptr (XdgAppDbEntry) entry = NULL;
- g_autofree char *basename = NULL;
int res;
g_debug ("xdp_fuse_opendir %lx", ino);