summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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