mirror of
https://github.com/golang/go
synced 2024-11-22 10:04:42 -07:00
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 <mdempsky@google.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
6d4de4e386
commit
40a0986959
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user