aboutsummaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/racc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/racc b/libexec/racc
index 5fcc37d99a..4507d04962 100755
--- a/libexec/racc
+++ b/libexec/racc
@@ -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
}