aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-18 10:36:51 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-18 10:36:51 +0000
commit04f0de74dd22bc9e06b14d0c777d15fcde2e50a8 (patch)
tree6b81ddcf49e9bdef5d0c7204c8a4aac4d5b96a29 /error.c
parent408b8110d5935df37a63db9ce6173a2f779b4e20 (diff)
downloadruby-04f0de74dd22bc9e06b14d0c777d15fcde2e50a8.tar.gz
* error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:
$SAFE=4 is obsolete. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/error.c b/error.c
index eac254ca44..62748faff0 100644
--- a/error.c
+++ b/error.c
@@ -2030,10 +2030,6 @@ rb_check_frozen(VALUE obj)
void
rb_error_untrusted(VALUE obj)
{
- if (rb_safe_level() >= 4) {
- rb_raise(rb_eSecurityError, "Insecure: can't modify %s",
- rb_obj_classname(obj));
- }
}
#undef rb_check_trusted