[gvfs] fuse: Remove duplicate assignment



commit 8227b7cc872a067d6149c1f4eb8053382f73b3b2
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Mon Nov 18 08:13:06 2013 +0200

    fuse: Remove duplicate assignment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712382

 client/gvfsfusedaemon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index 11fc1d0..2b3b639 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,
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]