summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-05-17 20:54:53 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-05-17 20:54:53 +0200
commit7a95c961a73d3fcccc3c6217ca7c7a0067e132b2 (patch)
tree861403d8cefa441b15834f30cb3ef3bf97a0f191 /lib
parent61a0eba14ff311dff49457ed3cef955a97abc905 (diff)
downloadNim-7a95c961a73d3fcccc3c6217ca7c7a0067e132b2.tar.gz
cleanup of in/out covariance handling
Diffstat (limited to 'lib')
-rw-r--r--lib/core/macros.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 5e0d4030d..83776f16b 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -68,8 +68,6 @@ type
     nnkProcTy,
     nnkIteratorTy,         # iterator type
     nnkSharedTy,           # 'shared T'
-    nnkInTy,
-    nnkOutTy,
     nnkEnumTy,
     nnkEnumFieldDef,
     nnkArglist, nnkPattern