diff options
| author | Robert Findley <rfindley@google.com> | 2021-10-25 13:26:54 -0400 |
|---|---|---|
| committer | Robert Findley <rfindley@google.com> | 2021-10-27 16:59:43 +0000 |
| commit | c0ac39c70eeeaadbebe13efb407a1a272a926d30 (patch) | |
| tree | de6de0f4ed96a1bf29931763f4f10c9e735b748b /src | |
| parent | 4f73fd05a91a9b8ceced6b7f89d35f363c414ec8 (diff) | |
| download | go-c0ac39c70eeeaadbebe13efb407a1a272a926d30.tar.xz | |
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 <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/go/types/typestring.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/go/types/typestring.go b/src/go/types/typestring.go index 2feaf627d6..9154ebc406 100644 --- a/src/go/types/typestring.go +++ b/src/go/types/typestring.go @@ -275,9 +275,6 @@ func (w *typeWriter) typ(typ Type) { break } // Optionally write out package for typeparams (like Named). - // TODO(danscales): this is required for import/export, so - // we maybe need a separate function that won't be changed - // for debugging purposes. if t.obj.pkg != nil { writePackage(w.buf, t.obj.pkg, w.qf) } |
