diff options
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_jit_match.c')
| -rw-r--r-- | thirdparty/pcre2/src/pcre2_jit_match.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_jit_match.c b/thirdparty/pcre2/src/pcre2_jit_match.c index eee038644d..7e13b8cfee 100644 --- a/thirdparty/pcre2/src/pcre2_jit_match.c +++ b/thirdparty/pcre2/src/pcre2_jit_match.c @@ -74,7 +74,6 @@ Arguments:    options         option bits    match_data      points to a match_data block    mcontext        points to a match context -  jit_stack       points to a JIT stack  Returns:          > 0 => success; value is the number of ovector pairs filled                    = 0 => success, but ovector is not big enough  |