go.tools/cmd/cover: delete TODO that is NOWDONE
R=adg CC=golang-dev https://golang.org/cl/10505044
This commit is contained in:
parent
feb0ab2b10
commit
b52f745c3a
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue