From: K.Kosako Date: Sat, 22 Sep 2018 07:10:01 +0000 (+0900) Subject: remove unused symbol X-Git-Tag: v6.9.1~18^2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0883b5f8e9abf2c4de409acb00bc6c7a9a832711;p=onig remove unused symbol --- diff --git a/src/regexec.c b/src/regexec.c index 609eec7..0353be0 100644 --- a/src/regexec.c +++ b/src/regexec.c @@ -4393,8 +4393,6 @@ forward_search_range(regex_t* reg, const UChar* str, const UChar* end, UChar* s, } -#define BM_BACKWARD_SEARCH_LENGTH_THRESHOLD 100 - static int backward_search_range(regex_t* reg, const UChar* str, const UChar* end, UChar* s, const UChar* range, UChar* adjrange,