aboutsummaryrefslogtreecommitdiffstats
path: root/safe.c
diff options
context:
space:
mode:
Diffstat (limited to 'safe.c')
-rw-r--r--safe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/safe.c b/safe.c
index c1eca672a0..7aae978272 100644
--- a/safe.c
+++ b/safe.c
@@ -12,7 +12,6 @@
/* safe-level:
0 - strings from streams/environment/ARGV are tainted (default)
1 - no dangerous operation by tainted value
- 2 - process/file operations prohibited
*/
#define SAFE_LEVEL_MAX RUBY_SAFE_LEVEL_MAX