summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/insns.def b/insns.def
index 40855d6f9d..6cfb3b121f 100644
--- a/insns.def
+++ b/insns.def
@@ -1080,9 +1080,6 @@ opt_plus
(CALL_INFO ci, CALL_CACHE cc)
(VALUE recv, VALUE obj)
(VALUE val)
-/* Array + anything can be handled inside of opt_plus, and that
- * anything is converted into array using #to_ary. */
-// attr bool leaf = false; /* has rb_to_array_type() */
{
val = vm_opt_plus(recv, obj);