aboutsummaryrefslogtreecommitdiff
path: root/grammar/grammar.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/grammar.go')
-rw-r--r--grammar/grammar.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/grammar/grammar.go b/grammar/grammar.go
index 1f4f166..efa0f35 100644
--- a/grammar/grammar.go
+++ b/grammar/grammar.go
@@ -1165,7 +1165,6 @@ func Compile(gram *Grammar, opts ...CompileOption) (*spec.CompiledGrammar, error
ErrorSymbol: gram.errorSymbol.num().Int(),
ErrorTrapperStates: tab.errorTrapperStates,
RecoverProductions: recoverProds,
- ExpectedTerminals: tab.expectedTerminals,
},
ASTAction: &spec.ASTAction{
Entries: astActEnties,