mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
Remove TODO for PCRE JIT
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user