Commit 76d585e5 authored by Rob Pike's avatar Rob Pike

delete silly TODO

R=rsc
DELTA=1  (0 added, 1 deleted, 0 changed)
OCL=35685
CL=35687
parent c071da4a
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment