Skip to content

Commit 2add1cb

Browse files
committed
init optimizations
1 parent 07a5e3b commit 2add1cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sly/yacc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,6 @@ def __init__(self, grammar):
983983
self.lr_goto_cache = None
984984
self.lr_goto_cache2 = None
985985
self.lr0_cidhash = None
986-
self.grammar = None
987986

988987
# Compute the LR(0) closure operation on I, where I is a set of LR(0) items.
989988
def lr0_closure(self, I):

0 commit comments

Comments
 (0)