Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
c7daeb28
Commit
c7daeb28
authored
Apr 13, 2021
by
Vladimír Štill
Browse files
lib: Drop the version check from CFGLexer
parent
b95c9b89
Pipeline
#79986
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/parsing/CFGLexer.py
View file @
c7daeb28
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment