Skip to content

Commit 8d85b46

Browse files
authored
Follow-up for #1981 (#1982)
1 parent f0a7c58 commit 8d85b46

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/lib/util.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ func StringListToSet(stringList []string) map[string]bool {
5050
return stringSet
5151
}
5252

53-
// SortStrings sorts strs in place.
54-
//
55-
// Deprecated: use slices.Sort instead.
56-
//
57-
//go:fix inline
58-
func SortStrings(strs []string) {
59-
slices.Sort(strs)
60-
}
61-
6253
// ReverseStringList reverses strs in place.
6354
//
6455
// Deprecated: use slices.Reverse instead.

0 commit comments

Comments
 (0)