aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-20 08:32:54 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-20 08:32:54 +0000
commit1a9d51fbc186508f78f791916c706f057f255897 (patch)
tree6326cf319919b8cdfb206d5437ba877462c92aaf /object.c
parentd979f6ac6550c074e6236295eb972674193296f7 (diff)
downloadruby-1a9d51fbc186508f78f791916c706f057f255897.tar.gz
* object.c (rb_obj_taint): [DOC] $SAFE=3 is obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/object.c b/object.c
index 84cfe91afc..a41839bb9f 100644
--- a/object.c
+++ b/object.c
@@ -953,9 +953,6 @@ rb_obj_tainted(VALUE obj)
*
* You should only untaint a tainted object if your code has inspected it and
* determined that it is safe. To do so use #untaint.
- *
- * In $SAFE level 3, all newly created objects are tainted and you can't untaint
- * objects.
*/
VALUE