summaryrefslogtreecommitdiff
path: root/document-portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-21 09:48:56 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-21 09:48:56 +0200
commitaf03d2f5b43c151542282b24b53f75850b5e4e36 (patch)
tree5e52d391e7a38c0f5ff9b4e3e36736d0d487b02e /document-portal
parent1838b1e9da1cff3c65813c9a9e682619f8f74cdd (diff)
downloadxdg-app-af03d2f5b43c151542282b24b53f75850b5e4e36.tar.gz
Remove unused local variables reported by clang
Diffstat (limited to 'document-portal')
-rw-r--r--document-portal/xdp-fuse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/document-portal/xdp-fuse.c b/document-portal/xdp-fuse.c
index cf6c0fb..845d47e 100644
--- a/document-portal/xdp-fuse.c
+++ b/document-portal/xdp-fuse.c
@@ -1130,7 +1130,6 @@ xdp_fuse_opendir (fuse_req_t req,
{
g_autoptr(XdpInode) inode = NULL;
struct dirbuf b = {0};
- g_autoptr (XdgAppDbEntry) entry = NULL;
g_debug ("xdp_fuse_opendir %lx", ino);
@@ -1553,7 +1552,6 @@ xdp_fuse_create (fuse_req_t req,
g_autoptr (XdgAppDbEntry) entry = NULL;
struct fuse_entry_param e = {0};
gboolean can_see, can_write;
- g_autofree char *tmpfile = NULL;
int open_mode;
XdpFile *file = NULL;
XdpInode *inode;
@@ -1962,7 +1960,6 @@ xdp_fuse_unlink (fuse_req_t req,
const char *filename)
{
g_autoptr(XdpInode) parent_inode = NULL;
- g_autoptr (XdgAppDbEntry) entry = NULL;
g_autoptr(XdpInode) child_inode = NULL;
g_debug ("xdp_fuse_unlink %lx/%s", parent, filename);