From 50b3370db80e9881b597e8a183cff31f9005f94e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Mar 2011 23:05:51 +0000 Subject: * 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 --- ruby.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ruby.c') 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); -- cgit v1.2.3