Skip to content

Commit 605b105

Browse files
committed
Remove unused code.
1 parent 08c53b9 commit 605b105

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zstd/simple_go124_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"bytes"
1010
"io"
1111
"os"
12-
"strings"
1312
"testing"
1413

1514
"github.com/klauspost/compress/zip"
@@ -28,9 +27,6 @@ func TestEncodeTo(t *testing.T) {
2827
}
2928

3029
for i, tt := range zr.File {
31-
if !strings.HasSuffix(t.Name(), "") {
32-
continue
33-
}
3430
if testing.Short() && i > 10 {
3531
break
3632
}

0 commit comments

Comments
 (0)