summaryrefslogtreecommitdiff
path: root/client/gvfsfusedaemon.c
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2013-11-18 08:13:06 +0200
committerRoss Lagerwall <rosslagerwall@gmail.com>2013-11-30 17:31:51 +0200
commit8227b7cc872a067d6149c1f4eb8053382f73b3b2 (patch)
treef8e1dbc8c6f5304a5a70b9ff7def4548d6b38933 /client/gvfsfusedaemon.c
parentda8daebe5cf91c2a02a6adf0b8ccd4c56af5029d (diff)
downloadgvfs-8227b7cc872a067d6149c1f4eb8053382f73b3b2.tar.gz
fuse: Remove duplicate assignment
https://bugzilla.gnome.org/show_bug.cgi?id=712382
Diffstat (limited to 'client/gvfsfusedaemon.c')
-rw-r--r--client/gvfsfusedaemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index 11fc1d0d..2b3b639f 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -2423,7 +2423,6 @@ static struct fuse_operations vfs_oper =
.destroy = vfs_destroy,
.getattr = vfs_getattr,
- .readdir = vfs_readdir,
.statfs = vfs_statfs,