diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-01-29 23:10:27 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-29 23:10:27 +0900 |
| commit | cc32cc50f8a6deb98d06286235fc111a00b73879 (patch) | |
| tree | 3c1fb165ab470b4c126afa563de72d98adb9a38f /src | |
| parent | c02c4047f8d9449839a6f013a854597cc803bed0 (diff) | |
| parent | 486154ce34580620a27cd2da506994248e830ca2 (diff) | |
| download | mruby-cc32cc50f8a6deb98d06286235fc111a00b73879.tar.gz mruby-cc32cc50f8a6deb98d06286235fc111a00b73879.zip | |
Merge pull request #4253 from shuujii/remove-unused-macro-in-string
Remove unused macro in `src/string.c`
Diffstat (limited to 'src')
| -rw-r--r-- | src/string.c | 2 |
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 */ /* |
