ruby-changes:66936
From: Nobuyoshi <ko1@a...>
Date: Wed, 28 Jul 2021 19:06:58 +0900 (JST)
Subject: [ruby-changes:66936] 342dbd4f4e (master): Remove duplicate declarations
https://git.ruby-lang.org/ruby.git/commit/?id=342dbd4f4e From 342dbd4f4e1ebfb31284a087f10232ea684b66a0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 28 Jul 2021 16:58:25 +0900 Subject: Remove duplicate declarations Also defined in include/ruby/internal/core/rarray.h which always will be included. --- internal/array.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/array.h b/internal/array.h index 8dcfcdf..97b707f 100644 --- a/internal/array.h +++ b/internal/array.h @@ -39,8 +39,6 @@ static inline void RARY_TRANSIENT_UNSET(VALUE ary); https://github.com/ruby/ruby/blob/trunk/internal/array.h#L39 RUBY_SYMBOL_EXPORT_BEGIN /* array.c (export) */ -void rb_ary_detransient(VALUE a); -void rb_ary_ptr_use_end(VALUE ary); RUBY_SYMBOL_EXPORT_END MJIT_SYMBOL_EXPORT_BEGIN -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/