aboutsummaryrefslogtreecommitdiff
path: root/weed/util/bounded_tree/bounded_tree.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-10 23:41:05 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-10 23:41:05 -0800
commita0e84c4fbcda5893c5414fe14866f1140f003d7a (patch)
tree6acb183e09719f46e3f12986490020efdfbd39e0 /weed/util/bounded_tree/bounded_tree.go
parentc959aaa19bdf76b90f884eb63707772902adfebe (diff)
downloadseaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.tar.xz
seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.zip
go fmt
Diffstat (limited to 'weed/util/bounded_tree/bounded_tree.go')
-rw-r--r--weed/util/bounded_tree/bounded_tree.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/util/bounded_tree/bounded_tree.go b/weed/util/bounded_tree/bounded_tree.go
index e49c1e50a..3a8a22a9c 100644
--- a/weed/util/bounded_tree/bounded_tree.go
+++ b/weed/util/bounded_tree/bounded_tree.go
@@ -70,7 +70,6 @@ func (t *BoundedTree) ensureVisited(n *Node, currentPath util.FullPath, componen
} else {
// fmt.Printf("ensure %v\n", currentPath)
-
children, err := visitFn(currentPath)
if err != nil {
glog.V(0).Infof("failed to visit %s: %v", currentPath, err)