From: Matthew Dempsky Date: Wed, 1 Feb 2023 20:16:57 +0000 (-0800) Subject: cmd/compile/internal/types: remove misleading comment X-Git-Tag: go1.21rc1~1677 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=40a0986959167e7b82ae16a35a5dd2a347609eff;p=gostls13.git cmd/compile/internal/types: remove misleading comment The runtime's knowledge of these constants was removed in CL 261364. Change-Id: I65e5a5ab084c6301eee1c9791bc76df9b824e466 Reviewed-on: https://go-review.googlesource.com/c/go/+/463754 Run-TryBot: Matthew Dempsky Reviewed-by: Keith Randall Reviewed-by: Keith Randall TryBot-Result: Gopher Robot --- diff --git a/src/cmd/compile/internal/types/alg.go b/src/cmd/compile/internal/types/alg.go index c1f93fc1c3..8d56dec824 100644 --- a/src/cmd/compile/internal/types/alg.go +++ b/src/cmd/compile/internal/types/alg.go @@ -13,7 +13,6 @@ type AlgKind int //go:generate stringer -type AlgKind -trimprefix A alg.go const ( - // These values are known by runtime. ANOEQ AlgKind = iota AMEM0 AMEM8