diff options
Diffstat (limited to 'src/cmd/internal/obj/sort.go')
| -rw-r--r-- | src/cmd/internal/obj/sort.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cmd/internal/obj/sort.go b/src/cmd/internal/obj/sort.go deleted file mode 100644 index 0cb801ee98..0000000000 --- a/src/cmd/internal/obj/sort.go +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build go1.8 - -package obj - -import "sort" - -func SortSlice(slice interface{}, less func(i, j int) bool) { - sort.Slice(slice, less) -} |
