diff options
-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: |