summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-09-20 20:22:37 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-21 06:43:37 +0200
commit5abe8804698f403ab9cd10f0d8f8ba92bc15b68c (patch)
tree03502f61bb63a22bb70216f06e6f22c97aa936f0 /lib/system
parent9776f926a22aa28075fdbaf2f5ef28c7fba15c02 (diff)
downloadNim-5abe8804698f403ab9cd10f0d8f8ba92bc15b68c.tar.gz
last stdlib cleanups
Diffstat (limited to 'lib/system')
-rw-r--r--lib/system/inclrtl.nim8
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.}