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:
parent
87726143ef
commit
4de32b3556
1 changed files with 0 additions and 4 deletions
|
@ -71,10 +71,6 @@ def main
|
||||||
'Uses CLASSNAME instead of Racc::Parser.') {|name|
|
'Uses CLASSNAME instead of Racc::Parser.') {|name|
|
||||||
superclass = 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|
|
parser.on('-C', '--check-only', 'Checks syntax and quit immediately.') {|fl|
|
||||||
check_only = fl
|
check_only = fl
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue