aboutsummaryrefslogtreecommitdiff
path: root/weed/storage
diff options
context:
space:
mode:
authorAbirdcfly <fp544037857@gmail.com>2022-08-09 16:24:43 +0800
committerGitHub <noreply@github.com>2022-08-09 01:24:43 -0700
commitb0633716b7e1fffae902cce001b87bce8521032c (patch)
tree7e14985c3f93e5b2f78e6a17cb8bc6dd2e5b898a /weed/storage
parent33a5225302e7ac75808007e9d1653c36792719be (diff)
downloadseaweedfs-b0633716b7e1fffae902cce001b87bce8521032c.tar.xz
seaweedfs-b0633716b7e1fffae902cce001b87bce8521032c.zip
delete minor unreachable code (#3423)
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
Diffstat (limited to 'weed/storage')
-rw-r--r--weed/storage/volume_vacuum_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/storage/volume_vacuum_test.go b/weed/storage/volume_vacuum_test.go
index 5176bce19..f4f38c097 100644
--- a/weed/storage/volume_vacuum_test.go
+++ b/weed/storage/volume_vacuum_test.go
@@ -99,7 +99,6 @@ func TestCompaction(t *testing.T) {
if infos[i-1] == nil {
t.Fatal("not found file", i)
- continue
}
if infos[i-1].size == 0 {