diff options
-rw-r--r-- | client/gvfsfusedaemon.c | 1 |
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, |