aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-10-13 23:12:10 -0700
committerchrislu <chris.lu@gmail.com>2024-10-13 23:12:10 -0700
commit804e7653972f96d3129e05f6f8ca2b8c3f74a9d7 (patch)
treeb14779806c693a413d02fafa52fabc2687375eaa
parentc4525dc6e2917d232fd5b6aca71652ff02ada45a (diff)
downloadseaweedfs-804e7653972f96d3129e05f6f8ca2b8c3f74a9d7.tar.xz
seaweedfs-804e7653972f96d3129e05f6f8ca2b8c3f74a9d7.zip
remove unused
-rw-r--r--weed/command/filer_copy.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go
index 0342aa585..9b195e4e8 100644
--- a/weed/command/filer_copy.go
+++ b/weed/command/filer_copy.go
@@ -22,7 +22,6 @@ import (
"github.com/seaweedfs/seaweedfs/weed/storage/needle"
"github.com/seaweedfs/seaweedfs/weed/util"
"github.com/seaweedfs/seaweedfs/weed/util/grace"
- "github.com/seaweedfs/seaweedfs/weed/wdclient"
)
var (
@@ -37,7 +36,6 @@ type CopyOptions struct {
ttl *string
diskType *string
maxMB *int
- masterClient *wdclient.MasterClient
concurrentFiles *int
concurrentChunks *int
grpcDialOption grpc.DialOption