diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-05-17 20:54:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-05-17 20:54:53 +0200 |
commit | 7a95c961a73d3fcccc3c6217ca7c7a0067e132b2 (patch) | |
tree | 861403d8cefa441b15834f30cb3ef3bf97a0f191 /lib | |
parent | 61a0eba14ff311dff49457ed3cef955a97abc905 (diff) | |
download | Nim-7a95c961a73d3fcccc3c6217ca7c7a0067e132b2.tar.gz |
cleanup of in/out covariance handling
Diffstat (limited to 'lib')
-rw-r--r-- | lib/core/macros.nim | 2 |
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 |