aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/ir/node.go')
-rw-r--r--src/cmd/compile/internal/ir/node.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/compile/internal/ir/node.go b/src/cmd/compile/internal/ir/node.go
index 769340e9cd..a6a4766336 100644
--- a/src/cmd/compile/internal/ir/node.go
+++ b/src/cmd/compile/internal/ir/node.go
@@ -175,9 +175,7 @@ const (
ODCL // var X (declares X of type X.Type)
// Used during parsing but don't last.
- ODCLFUNC // func f() or func (r) f()
- ODCLCONST // const pi = 3.14
- ODCLTYPE // type Int int or type Int = int
+ ODCLFUNC // func f() or func (r) f()
ODELETE // delete(Args)
ODOT // X.Sel (X is of struct type)