summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-26 18:07:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-26 23:28:54 +0900
commit39bc5de83394a380c9967df74e06c824186f8560 (patch)
tree7e65884740ac7eca54e50ebb9d2954f4bbc9671a /hash.c
parent81c248924daf387118de5b37b16e08a937df73a3 (diff)
downloadruby-39bc5de83394a380c9967df74e06c824186f8560.tar.gz
Remove tainted and trusted features
Already these had been announced to be removed in 3.2.
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/hash.c b/hash.c
index f788375a7e..9b1f762414 100644
--- a/hash.c
+++ b/hash.c
@@ -5043,13 +5043,6 @@ env_fetch(int argc, VALUE *argv, VALUE _)
return env;
}
-int
-rb_env_path_tainted(void)
-{
- rb_warn_deprecated_to_remove_at(3.2, "rb_env_path_tainted", NULL);
- return 0;
-}
-
#if defined(_WIN32) || (defined(HAVE_SETENV) && defined(HAVE_UNSETENV))
#elif defined __sun
static int