* ruby.c (proc_options): remove an experimental feature: --require
option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e63f298f85
commit
50b3370db8
3
ruby.c
3
ruby.c
@ -1068,9 +1068,6 @@ proc_options(long argc, char **argv, struct cmdline_options *opt, int envopt)
|
|||||||
set_source_encoding_once(opt, s, 0);
|
set_source_encoding_once(opt, s, 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (is_option_with_arg("require", Qfalse, Qtrue)) {
|
|
||||||
add_modules(&opt->req_list, s);
|
|
||||||
}
|
|
||||||
else if (is_option_with_arg("gem", Qfalse, Qtrue)) {
|
else if (is_option_with_arg("gem", Qfalse, Qtrue)) {
|
||||||
if (strcmp("disabled", s) == 0) {
|
if (strcmp("disabled", s) == 0) {
|
||||||
opt->disable |= DISABLE_BIT(gems);
|
opt->disable |= DISABLE_BIT(gems);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user