Commit c9d312df authored by Vladimír Štill's avatar Vladimír Štill
Browse files

lib: Drop the version check from CFGParser

parent c7daeb28
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@ class CFGParser ( Parser ):

    def __init__(self, input:TokenStream, output:TextIO = sys.stdout):
        super().__init__(input, output)
        self.checkVersion("4.9.2")
        self._interp = ParserATNSimulator(self, self.atn, self.decisionsToDFA, self.sharedContextCache)
        self._predicates = None