mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove tainted and trusted features
Already these had been announced to be removed in 3.2.
This commit is contained in:
parent
81c248924d
commit
39bc5de833
Notes:
git
2021-12-27 00:34:23 +09:00
14 changed files with 12 additions and 308 deletions
|
@ -287,15 +287,6 @@ int rb_path_check(const char *path);
|
|||
|
||||
/* hash.c */
|
||||
|
||||
/**
|
||||
* @deprecated This function once was a thing in the old days, but makes no
|
||||
* sense any longer today. Exists here for backwards
|
||||
* compatibility only. You can safely forget about it.
|
||||
*
|
||||
* @return 0 always.
|
||||
*/
|
||||
int rb_env_path_tainted(void);
|
||||
|
||||
/**
|
||||
* Destructively removes every environment variables of the running process.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue