diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-27 02:57:27 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-27 02:57:27 -0800 |
| commit | aa9eef81e61f29e1801b2e23a6d8db8a4836cb9c (patch) | |
| tree | 0f363cd660788ac7b273246e62f3ea493ec71857 /weed/command/mount_notsupported.go | |
| parent | 22362f64958f8587992f98eb2f7fac95fd204516 (diff) | |
| download | seaweedfs-aa9eef81e61f29e1801b2e23a6d8db8a4836cb9c.tar.xz seaweedfs-aa9eef81e61f29e1801b2e23a6d8db8a4836cb9c.zip | |
retire mount v1
Diffstat (limited to 'weed/command/mount_notsupported.go')
| -rw-r--r-- | weed/command/mount_notsupported.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/weed/command/mount_notsupported.go b/weed/command/mount_notsupported.go deleted file mode 100644 index 1e5c9f53d..000000000 --- a/weed/command/mount_notsupported.go +++ /dev/null @@ -1,15 +0,0 @@ -//go:build !linux && !darwin && !freebsd -// +build !linux,!darwin,!freebsd - -package command - -import ( - "fmt" - "runtime" -) - -func runMount(cmd *Command, args []string) bool { - fmt.Printf("Mount is not supported on %s %s\n", runtime.GOOS, runtime.GOARCH) - - return true -} |
