Skip to content

Commit

Permalink
Removed unused option on racc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 28, 2020
1 parent 8c48e4b commit aff6613
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/racc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit aff6613

Please sign in to comment.