aboutsummaryrefslogtreecommitdiff
path: root/driver/spec.go
diff options
context:
space:
mode:
Diffstat (limited to 'driver/spec.go')
-rw-r--r--driver/spec.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/driver/spec.go b/driver/spec.go
index dda1251..e694d0b 100644
--- a/driver/spec.go
+++ b/driver/spec.go
@@ -64,10 +64,6 @@ func (g *grammarImpl) Terminal(terminal int) string {
return g.g.ParsingTable.Terminals[terminal]
}
-func (g *grammarImpl) TerminalAlias(terminal int) string {
- return g.g.LexicalSpecification.Maleeni.KindAliases[terminal]
-}
-
func (g *grammarImpl) ASTAction(prod int) []int {
return g.g.ASTAction.Entries[prod]
}