Skip to content

Commit 9611e77

Browse files
committed
Remove sort.Sort
1 parent fbbcdb1 commit 9611e77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

time2/timeutil/intersection.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func (s iSlice) Sort() {
3131
var ErrInvalidInterval = errors.New("invalid interval")
3232

3333
func intersection(s iSlice) (lower, upper uint64, ok bool) {
34-
s.Sort()
3534
var M uint64 = uint64(s.Len()) / 3
3635
var F uint64
3736

0 commit comments

Comments
 (0)