aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/mount_darwin.go')
-rw-r--r--weed/command/mount_darwin.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/command/mount_darwin.go b/weed/command/mount_darwin.go
index f0a5581e7..05d6a1bc4 100644
--- a/weed/command/mount_darwin.go
+++ b/weed/command/mount_darwin.go
@@ -1,13 +1,5 @@
package command
-import (
- "github.com/seaweedfs/fuse"
-)
-
-func osSpecificMountOptions() []fuse.MountOption {
- return []fuse.MountOption{}
-}
-
func checkMountPointAvailable(dir string) bool {
return true
}