aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/sharefs/fuse.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sharefs/fuse.go')
-rw-r--r--cmd/sharefs/fuse.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/sharefs/fuse.go b/cmd/sharefs/fuse.go
index ac276dd7..c9b24b27 100644
--- a/cmd/sharefs/fuse.go
+++ b/cmd/sharefs/fuse.go
@@ -240,7 +240,6 @@ func _main(argc int, argv **C.char) int {
// implemented in fuse-helper.c
getattr: closure(C.sharefs_getattr),
- readlink: closure(C.sharefs_readlink),
readdir: closure(C.sharefs_readdir),
mkdir: closure(C.sharefs_mkdir),
unlink: closure(C.sharefs_unlink),