summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2020-04-26 12:39:44 +0900
committerGitHub <noreply@github.com>2020-04-25 20:39:44 -0700
commit034b8472ba369b3f044c3735b0cab8e5e76e38f7 (patch)
tree9ef8a1db126c3104f51b34857c875400fca86527 /string.c
parent63fe3739dd13beeb049319606af6ffc6093a4c1e (diff)
remove unused rb_str_clear define (#3059)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/string.c b/string.c
index b17d41158c..97c7a04828 100644
--- a/string.c
+++ b/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;