[前][次][番号順一覧][スレッド一覧]

ruby-changes:68418

From: Nobuyoshi <ko1@a...>
Date: Wed, 13 Oct 2021 11:29:51 +0900 (JST)
Subject: [ruby-changes:68418] aa5759a22b (master): `rb_id_serial_to_id` is used in `key2id` since 4c2d014e9216

https://git.ruby-lang.org/ruby.git/commit/?id=aa5759a22b

From aa5759a22b675d05d1f8cbfe4558eb37915c27fb Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 13 Oct 2021 11:27:09 +0900
Subject: `rb_id_serial_to_id` is used in `key2id` since 4c2d014e9216

---
 symbol.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/symbol.c b/symbol.c
index 528ab2d640..94a751d5e3 100644
--- a/symbol.c
+++ b/symbol.c
@@ -482,9 +482,6 @@ get_id_entry(ID id, const enum id_entry_type t) https://github.com/ruby/ruby/blob/trunk/symbol.c#L482
 }
 
 static inline ID
-#ifdef __GNUC__
-__attribute__((unused))
-#endif
 rb_id_serial_to_id(rb_id_serial_t num)
 {
     if (is_notop_id((ID)num)) {
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]