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

lib: Drop the version check from CFGLexer

parent b95c9b89
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ class CFGLexer(Lexer):

    def __init__(self, input=None, output:TextIO = sys.stdout):
        super().__init__(input, output)
        self.checkVersion("4.9.2")
        self._interp = LexerATNSimulator(self, self.atn, self.decisionsToDFA, PredictionContextCache())
        self._actions = None
        self._predicates = None