remove jit stack

This commit is contained in:
Jabasukuriputo Wang
2022-09-05 17:00:14 +08:00
committed by GitHub
parent 0d81b636be
commit 6518973464
4 changed files with 11 additions and 27 deletions

View File

@@ -85,9 +85,7 @@ class Regex {
private:
#if WITH_PCRE2
pcre2_code *m_pc;
pcre2_match_context *m_pmc;
int m_pcje;
pcre2_jit_stack *m_pcjs;
#else
pcre *m_pc = NULL;
pcre_extra *m_pce = NULL;