diff options
Diffstat (limited to 'weed/command/mount_freebsd.go')
| -rw-r--r-- | weed/command/mount_freebsd.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/weed/command/mount_freebsd.go b/weed/command/mount_freebsd.go deleted file mode 100644 index f0a5581e7..000000000 --- a/weed/command/mount_freebsd.go +++ /dev/null @@ -1,13 +0,0 @@ -package command - -import ( - "github.com/seaweedfs/fuse" -) - -func osSpecificMountOptions() []fuse.MountOption { - return []fuse.MountOption{} -} - -func checkMountPointAvailable(dir string) bool { - return true -} |
