aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-23 07:59:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-23 10:01:23 +0900
commit61374839e4132aec92e00eb8d2fdb0619a0307cf (patch)
tree218c640cc3b04da82b541841ffa916e8c5f47a23 /file.c
parente2d94f61c89563aa61147a5ee07cc75cde9abe7b (diff)
downloadruby-61374839e4132aec92e00eb8d2fdb0619a0307cf.tar.gz
Removed fpath_check, no longer used since taint flag was removed
Diffstat (limited to 'file.c')
-rw-r--r--file.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/file.c b/file.c
index 976e730813..9392427714 100644
--- a/file.c
+++ b/file.c
@@ -6203,12 +6203,6 @@ path_check_0(VALUE path, int execpath)
}
#endif
-#if ENABLE_PATH_CHECK
-#define fpath_check(path) path_check_0((path), FALSE)
-#else
-#define fpath_check(path) 1
-#endif
-
int
rb_path_check(const char *path)
{