summaryrefslogtreecommitdiff
path: root/src/pcre2_jit_match.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-12 17:46:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-12 17:46:02 +0000
commita1fca7375ea5860f706e9704c718b86441e64032 (patch)
tree4a10f0275400e7f0de23bfe838a550abfaf259c5 /src/pcre2_jit_match.c
parent41c3572d84798f742dde1637bb71a6469ad61c0e (diff)
downloadpcre2-a1fca7375ea5860f706e9704c718b86441e64032.tar.gz
Get rid of remaining FIXMEs in the code; implement JIT compile timing.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@146 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_jit_match.c')
-rw-r--r--src/pcre2_jit_match.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pcre2_jit_match.c b/src/pcre2_jit_match.c
index 783bfa0..c6e8f71 100644
--- a/src/pcre2_jit_match.c
+++ b/src/pcre2_jit_match.c
@@ -82,8 +82,6 @@ Returns: > 0 => success; value is the number of ovector pairs filled
< -1 => some kind of unexpected problem
*/
-/* FIXME: this is currently a placeholder function */
-
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION
pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length,
PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data,