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
c9d312df
Commit
c9d312df
authored
Apr 13, 2021
by
Vladimír Štill
Browse files
lib: Drop the version check from CFGParser
parent
c7daeb28
Pipeline
#79988
passed with stage
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/parsing/CFGParser.py
View file @
c9d312df
...
...
@@ -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
...
...
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