]> Cypherpunks repositories - gostls13.git/commitdiff
go/internal/gcimporter: remove outdated comment
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 14 Sep 2021 03:36:29 +0000 (10:36 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 14 Sep 2021 14:27:57 +0000 (14:27 +0000)
CL 349010 ported the fix from CL 349009, but forgot to remove the
outdated comment from old solution. This CL removes that one.

Change-Id: Ia401295e9d0984f4a088ddce5db09d306bfd89b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/349729
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/go/internal/gcimporter/iimport.go

index 56f6418d5e604298b8ead43b8f9c44f38f2f2b23..d9174d470b0487bfa00f8f6f85a94f6d1f40f37d 100644 (file)
@@ -284,8 +284,6 @@ type importReader struct {
        prevColumn int64
 }
 
-// obj reads import declaration for an object. It may not read
-// the entire declaration, e.g, for recursive type.
 func (r *importReader) obj(name string) {
        tag := r.byte()
        pos := r.pos()