1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed unused option on racc

This commit is contained in:
Hiroshi SHIBATA 2020-09-28 18:53:12 +09:00
parent 87726143ef
commit 4de32b3556
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -71,10 +71,6 @@ def main
'Uses CLASSNAME instead of Racc::Parser.') {|name|
superclass = name
}
parser.on('--runtime=FEATURE',
"Uses FEATURE instead of 'racc/parser'") {|feat|
runtime = feature
}
parser.on('-C', '--check-only', 'Checks syntax and quit immediately.') {|fl|
check_only = fl
}