diff options
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/inclrtl.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/system/inclrtl.nim b/lib/system/inclrtl.nim index 3caeefcbc..4193f2bdd 100644 --- a/lib/system/inclrtl.nim +++ b/lib/system/inclrtl.nim @@ -44,15 +44,7 @@ else: {.pragma: inl, inline.} {.pragma: compilerRtl, compilerproc.} -when not defined(nimsuperops): - {.pragma: operator.} - when defined(nimlocks): {.pragma: benign, gcsafe, locks: 0.} else: {.pragma: benign, gcsafe.} - -when defined(nimTableGet): - {.pragma: deprecatedGet, deprecated.} -else: - {.pragma: deprecatedGet.} |