1
0
Fork 0
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:
S.H 2020-04-26 12:39:44 +09:00 committed by GitHub
parent 63fe3739dd
commit 034b8472ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-04-26 12:40:08 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -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;