mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove unused rb_str_clear define (#3059)
This commit is contained in:
parent
63fe3739dd
commit
034b8472ba
Notes:
git
2020-04-26 12:40:08 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 0 additions and 2 deletions
2
string.c
2
string.c
|
@ -76,8 +76,6 @@
|
|||
#undef rb_str_cat_cstr
|
||||
#undef rb_fstring_cstr
|
||||
|
||||
static VALUE rb_str_clear(VALUE str);
|
||||
|
||||
VALUE rb_cString;
|
||||
VALUE rb_cSymbol;
|
||||
|
||||
|
|
Loading…
Reference in a new issue