From: K.Kosako Date: Tue, 25 Sep 2018 06:07:57 +0000 (+0900) Subject: remove num_comb_exp_check member from re_pattern_buffer X-Git-Tag: v6.9.1~18^2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=087c8956b4329f09d79aebccfda85851baa2300a;p=onig remove num_comb_exp_check member from re_pattern_buffer --- diff --git a/src/regint.h b/src/regint.h index 844de3c..792cca1 100644 --- a/src/regint.h +++ b/src/regint.h @@ -275,7 +275,6 @@ struct re_pattern_buffer { int num_mem; /* used memory(...) num counted from 1 */ int num_repeat; /* OP_REPEAT/OP_REPEAT_NG id-counter */ int num_null_check; /* OP_EMPTY_CHECK_START/END id counter */ - int num_comb_exp_check; /* no longer used (combination explosion check) */ int num_call; /* number of subexp call */ unsigned int capture_history; /* (?@...) flag (1-31) */ unsigned int bt_mem_start; /* need backtrack flag */