From 61374839e4132aec92e00eb8d2fdb0619a0307cf Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 23 Jun 2020 07:59:07 +0900 Subject: Removed fpath_check, no longer used since taint flag was removed --- file.c | 6 ------ 1 file changed, 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) { -- cgit v1.2.3