delete minor unreachable code (#3423)

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
Abirdcfly
2022-08-09 16:24:43 +08:00
committed by GitHub
parent 33a5225302
commit b0633716b7
2 changed files with 0 additions and 2 deletions

View File

@@ -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 {