Removed fpath_check, no longer used since taint flag was removed

This commit is contained in:
Nobuyoshi Nakada 2020-06-23 07:59:07 +09:00
parent e2d94f61c8
commit 61374839e4
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

6
file.c
View File

@ -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)
{