Skip to content

Commit 6bc0963

Browse files
committed
remove commented out code
1 parent a22cadb commit 6bc0963

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

internal/record/decode_body.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,6 @@ func sliceItemContains(slice []string, value string) bool {
8888
return false
8989
}
9090

91-
// func getDynamicSliceItem(slice []string, partialValue string) string {
92-
// for _, value := range slice {
93-
// if strings.Contains(value, partialValue) {
94-
// return value
95-
// }
96-
// }
97-
98-
// return ""
99-
// }
100-
10191
// Gunzip decompresses a gzip-compressed byte slice.
10292
func Gunzip(data []byte) ([]byte, error) {
10393
gzReader, err := gzip.NewReader(bytes.NewReader(data))

0 commit comments

Comments
 (0)