mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-01 00:53:39 +08:00
Remove more unused grammar stuff
This commit is contained in:
@@ -61,8 +61,6 @@ class Grammar(object):
|
||||
self.labels = [(0, "EMPTY")]
|
||||
self.keywords = {}
|
||||
self.tokens = {}
|
||||
self.nonterminal2label = {}
|
||||
self.label2nonterminal = {}
|
||||
self.start_nonterminal = start_nonterminal
|
||||
|
||||
self._label_cache = {}
|
||||
|
||||
Reference in New Issue
Block a user