mirror of https://github.com/golang/go.git
delete silly TODO
R=rsc DELTA=1 (0 added, 1 deleted, 0 changed) OCL=35685 CL=35687
This commit is contained in:
parent
c071da4a26
commit
76d585e5af
|
|
@ -14,7 +14,6 @@ type Interface interface {
|
|||
Len() int;
|
||||
// Less returns whether the element with index i is should sort
|
||||
// before the element with index j.
|
||||
// TODO(r): should this method be renamed Before?
|
||||
Less(i, j int) bool;
|
||||
// Swap swaps the elements with indexes i and j.
|
||||
Swap(i, j int);
|
||||
|
|
|
|||
Loading…
Reference in New Issue