Skip to content

Commit 40a0986

Browse files
committed
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 <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 6d4de4e commit 40a0986

File tree

1 file changed

+0
-1
lines changed
  • src/cmd/compile/internal/types

1 file changed

+0
-1
lines changed

src/cmd/compile/internal/types/alg.go

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ type AlgKind int
1313
//go:generate stringer -type AlgKind -trimprefix A alg.go
1414

1515
const (
16-
// These values are known by runtime.
1716
ANOEQ AlgKind = iota
1817
AMEM0
1918
AMEM8

0 commit comments

Comments
 (0)