aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-07 00:59:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-07 00:59:53 +0900
commit0dbf6e46fb88a1c8c48ce5f67ac881a77de76526 (patch)
tree84f3b210e689fa57718e39fd2722e763c70a4772 /ruby.c
parentb22b3f03f46cb3c4e3e6fb55d23ae7fccaa19359 (diff)
downloadruby-0dbf6e46fb88a1c8c48ce5f67ac881a77de76526.tar.gz
[Feature #17157] removed -T command line option
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ruby.c b/ruby.c
index c3ee2ffe85..cfde2ffa93 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1289,18 +1289,6 @@ proc_options(long argc, char **argv, ruby_cmdline_options_t *opt, int envopt)
}
goto reswitch;
- case 'T':
- {
- size_t numlen;
-
- if (*++s) {
- scan_oct(s, 2, &numlen);
- s += numlen;
- }
- }
- rb_warn("ruby -T will be removed in Ruby 3.0");
- goto reswitch;
-
case 'I':
forbid_setid("-I");
if (*++s)