aboutsummaryrefslogtreecommitdiff
path: root/token.go
diff options
context:
space:
mode:
Diffstat (limited to 'token.go')
-rw-r--r--token.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/token.go b/token.go
index 14d23a1..20d4727 100644
--- a/token.go
+++ b/token.go
@@ -104,8 +104,6 @@ func (k tokenKind) String() string {
return "const"
case mut:
return "mut"
- case assign:
- return "assign"
}
return "invalid token"
@@ -161,7 +159,6 @@ const (
ret
constKeyword
mut
- assign
)
type token struct {