diff --git a/ruby.c b/ruby.c index 0c81849f6c..b4d5ae9cb1 100644 --- a/ruby.c +++ b/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); } #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)) { if (strcmp("disabled", s) == 0) { opt->disable |= DISABLE_BIT(gems);