Remove TODO for PCRE JIT

This commit is contained in:
Pavel Roschin
2016-10-10 02:21:20 +03:00
parent 61755945d2
commit dbef9f97c2

View File

@@ -431,7 +431,6 @@ proc initRegex(pattern: string, flags: int, study = true): Regex =
raise SyntaxError(msg: $errorMsg, pos: errOffset, pattern: pattern)
if study:
# XXX investigate JIT
var options: cint = 0
var hasJit: cint
if pcre.config(pcre.CONFIG_JIT, addr hasJit) == 0: