Skip to content

Commit c0ac39c

Browse files
committed
go/types: remove a stale comment
Clean up a comment that was deleted in types2 in CL 353135. Change-Id: If339efa133e2a3d1eaa3b1e69458471677018261 Reviewed-on: https://go-review.googlesource.com/c/go/+/358517 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Robert Griesemer <[email protected]>
1 parent 4f73fd0 commit c0ac39c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/go/types/typestring.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@ func (w *typeWriter) typ(typ Type) {
275275
break
276276
}
277277
// Optionally write out package for typeparams (like Named).
278-
// TODO(danscales): this is required for import/export, so
279-
// we maybe need a separate function that won't be changed
280-
// for debugging purposes.
281278
if t.obj.pkg != nil {
282279
writePackage(w.buf, t.obj.pkg, w.qf)
283280
}

0 commit comments

Comments
 (0)