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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {

View file

@ -962,7 +962,6 @@ func (f *FlagSet) findConfigArgInUnresolved() string {
if strings.HasPrefix(f.args[i], configArg+"=") {
return f.args[i][len(configArg)+1:]
break
}
}
}