diff options
Diffstat (limited to 'lib/wrappers/pcre.nim')
-rw-r--r-- | lib/wrappers/pcre.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/wrappers/pcre.nim b/lib/wrappers/pcre.nim index e9e11960c..c4bb24cfd 100644 --- a/lib/wrappers/pcre.nim +++ b/lib/wrappers/pcre.nim @@ -466,14 +466,6 @@ proc study*(code: ptr Pcre, {.pop.} -{.deprecated: [MAJOR: PCRE_MAJOR, MINOR: PCRE_MINOR, - PRERELEASE: PCRE_PRERELEASE, DATE: PCRE_DATE].} - -{.deprecated: [TPcre: Pcre, TJitStack: JitStack].} type PPcre* {.deprecated.} = ptr Pcre PJitStack* {.deprecated.} = ptr JitStack - -{.deprecated: [TExtra: ExtraData].} -{.deprecated: [TCalloutBlock: CalloutBlock].} -{.deprecated: [TJitCallback: JitCallback].} |