ruby-changes:60907
From: S.H <ko1@a...>
Date: Sun, 26 Apr 2020 12:40:07 +0900 (JST)
Subject: [ruby-changes:60907] 034b8472ba (master): remove unused rb_str_clear define (#3059)
https://git.ruby-lang.org/ruby.git/commit/?id=034b8472ba From 034b8472ba369b3f044c3735b0cab8e5e76e38f7 Mon Sep 17 00:00:00 2001 From: "S.H" <gamelinks007@g...> Date: Sun, 26 Apr 2020 12:39:44 +0900 Subject: remove unused rb_str_clear define (#3059) diff --git a/string.c b/string.c index b17d411..97c7a04 100644 --- a/string.c +++ b/string.c @@ -76,8 +76,6 @@ https://github.com/ruby/ruby/blob/trunk/string.c#L76 #undef rb_str_cat_cstr #undef rb_fstring_cstr -static VALUE rb_str_clear(VALUE str); - VALUE rb_cString; VALUE rb_cSymbol; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/