diff options
author | Pavel Roschin <roshin@scriptumplus.ru> | 2016-10-10 02:21:20 +0300 |
---|---|---|
committer | Pavel Roschin <roshin@scriptumplus.ru> | 2016-10-10 02:21:35 +0300 |
commit | dbef9f97c2efe38b9cb39130567f56df907785d3 (patch) | |
tree | 893fa841cc0ed0608b6b1e3f275a0b1913793e6f /lib/impure | |
parent | 61755945d2267f0406973d6359ef7a4fe4a79731 (diff) | |
download | Nim-dbef9f97c2efe38b9cb39130567f56df907785d3.tar.gz |
Remove TODO for PCRE JIT
Diffstat (limited to 'lib/impure')
-rw-r--r-- | lib/impure/nre.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/impure/nre.nim b/lib/impure/nre.nim index 5d62cb0b9..594c8aba8 100644 --- a/lib/impure/nre.nim +++ b/lib/impure/nre.nim @@ -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: |