From 4881a3ed38dca132ae85878d40ad79b8f4aa5e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 20 Jan 2021 10:18:13 +0900 Subject: include/ruby/internal/fl_type.h: add doxygen Must not be a bad idea to improve documents. [ci skip] --- object.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'object.c') 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) { -- cgit v1.2.1