]> granicus.if.org Git - onig/commitdiff
remove unused symbol
authorK.Kosako <kkosako0@gmail.com>
Sat, 22 Sep 2018 07:10:01 +0000 (16:10 +0900)
committerK.Kosako <kkosako0@gmail.com>
Sat, 22 Sep 2018 07:10:01 +0000 (16:10 +0900)
src/regexec.c

index 609eec71a6b91f1782f65bb6b58d07f063a14581..0353be0caae49ff697f44b7b1177ff8b2fc9cd66 100644 (file)
@@ -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,