diff options
Diffstat (limited to 'go/topology/data_node.go')
| -rw-r--r-- | go/topology/data_node.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/go/topology/data_node.go b/go/topology/data_node.go index 01419a791..3bad8c188 100644 --- a/go/topology/data_node.go +++ b/go/topology/data_node.go @@ -3,7 +3,6 @@ package topology import ( "fmt" "strconv" - "sync" "github.com/chrislusf/seaweedfs/go/glog" "github.com/chrislusf/seaweedfs/go/storage" @@ -11,7 +10,6 @@ import ( type DataNode struct { NodeImpl - sync.RWMutex volumes map[storage.VolumeId]storage.VolumeInfo Ip string Port int |
