summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/process.c b/process.c
index e4b633c8ed..8da5953573 100644
--- a/process.c
+++ b/process.c
@@ -431,9 +431,6 @@ security(str)
if (rb_safe_level() > 0) {
rb_raise(rb_eSecurityError, "Insecure PATH - %s", str);
}
- else {
- rb_warn("Insecure PATH - %s", str);
- }
}
}