From 087c8956b4329f09d79aebccfda85851baa2300a Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Tue, 25 Sep 2018 15:07:57 +0900 Subject: [PATCH] remove num_comb_exp_check member from re_pattern_buffer --- src/regint.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.40.0