summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-01-20 10:18:13 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit4881a3ed38dca132ae85878d40ad79b8f4aa5e55 (patch)
tree8fd5e7c5e49402e1ea2447ac7ab4f52dd23dbe6b /object.c
parentfbe0785a3476023e36cfa38c089ff4d79c8c0c21 (diff)
downloadruby-4881a3ed38dca132ae85878d40ad79b8f4aa5e55.tar.gz
include/ruby/internal/fl_type.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'object.c')
-rw-r--r--object.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/object.c b/object.c
index e1ea4d4f86..6631e99868 100644
--- a/object.c
+++ b/object.c
@@ -1269,10 +1269,6 @@ rb_obj_trust(VALUE obj)
return obj;
}
-/**
- * Does nothing. This method is deprecated and will be removed in Ruby 3.2.
- */
-
void
rb_obj_infect(VALUE victim, VALUE carrier)
{