diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2013-11-18 08:13:06 +0200 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2013-11-30 17:31:51 +0200 |
commit | 8227b7cc872a067d6149c1f4eb8053382f73b3b2 (patch) | |
tree | f8e1dbc8c6f5304a5a70b9ff7def4548d6b38933 /client | |
parent | da8daebe5cf91c2a02a6adf0b8ccd4c56af5029d (diff) | |
download | gvfs-8227b7cc872a067d6149c1f4eb8053382f73b3b2.tar.gz |
fuse: Remove duplicate assignment
https://bugzilla.gnome.org/show_bug.cgi?id=712382
Diffstat (limited to 'client')
-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, |