go/ssa/interp: remove stale TODO

Followup to TBR'd change https://go-review.googlesource.com/#/c/18191/.

Change-Id: I7d6957a46aea00cfe0b734576b5392d578ee06d9
Reviewed-on: https://go-review.googlesource.com/18326
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
Alan Donovan 2016-01-06 14:23:03 -05:00
parent c49318f04a
commit 8f90b5e560
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ var gorootSrcTests = []string{
// "container/ring",
// "hash/adler32",
// TODO(adonovan): packages with Examples require os.Pipe (unimplemented):
"unicode/utf8",
"path",
"flag",