Remove unused macro in src/string.c

This commit is contained in:
KOBAYASHI Shuji
2019-01-29 20:21:25 +09:00
parent c02c4047f8
commit 486154ce34
-2
View File
@@ -1587,8 +1587,6 @@ mrb_str_index_m(mrb_state *mrb, mrb_value str)
return mrb_fixnum_value(pos);
}
#define STR_REPLACE_SHARED_MIN 10
/* 15.2.10.5.24 */
/* 15.2.10.5.28 */
/*