go.tools/cmd/cover: delete TODO that is NOWDONE

R=adg
CC=golang-dev
https://golang.org/cl/10505044
This commit is contained in:
Rob Pike 2013-06-27 09:20:34 -07:00
parent feb0ab2b10
commit b52f745c3a
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@ import (
"strconv"
)
// TODO(r,adg): change the command-line interface to be focused on analyzing
// profiles. The coverage annotation function should be less accessible, as it
// is used primarily by the go tool.
var (
mode = flag.String("mode", "", "coverage mode: set, count, atomic")
varVar = flag.String("var", "GoCover", "name of coverage variable to generate")