1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:34:40 -07:00

delete silly TODO

R=rsc
DELTA=1  (0 added, 1 deleted, 0 changed)
OCL=35685
CL=35687
This commit is contained in:
Rob Pike 2009-10-13 15:55:44 -07:00
parent c071da4a26
commit 76d585e5af

View File

@ -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);