From: Cuong Manh Le Date: Tue, 14 Sep 2021 03:36:29 +0000 (+0700) Subject: go/internal/gcimporter: remove outdated comment X-Git-Tag: go1.18beta1~1357 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=181e8cde301cd8205489e746334174fee7290c9b;p=gostls13.git go/internal/gcimporter: remove outdated comment 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 Run-TryBot: Cuong Manh Le TryBot-Result: Go Bot Reviewed-by: Robert Findley --- diff --git a/src/go/internal/gcimporter/iimport.go b/src/go/internal/gcimporter/iimport.go index 56f6418d5e..d9174d470b 100644 --- a/src/go/internal/gcimporter/iimport.go +++ b/src/go/internal/gcimporter/iimport.go @@ -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()