summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-28 18:53:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-28 18:53:25 +0900
commit4de32b3556f9bc7ac11d8bcf80bdd9d4794de416 (patch)
tree77b7e16cbe54a6f5af0cad1f7c0dc4310f32a499
parent87726143ef4ce2f4e562255a5af1f88b8ef78900 (diff)
Removed unused option on racc
-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
}