summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-01-29 23:10:27 +0900
committerGitHub <[email protected]>2019-01-29 23:10:27 +0900
commitcc32cc50f8a6deb98d06286235fc111a00b73879 (patch)
tree3c1fb165ab470b4c126afa563de72d98adb9a38f
parentc02c4047f8d9449839a6f013a854597cc803bed0 (diff)
parent486154ce34580620a27cd2da506994248e830ca2 (diff)
downloadmruby-cc32cc50f8a6deb98d06286235fc111a00b73879.tar.gz
mruby-cc32cc50f8a6deb98d06286235fc111a00b73879.zip
Merge pull request #4253 from shuujii/remove-unused-macro-in-string
Remove unused macro in `src/string.c`
-rw-r--r--src/string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/string.c b/src/string.c
index 52941473c..52b869eca 100644
--- a/src/string.c
+++ b/src/string.c
@@ -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 */
/*