diff options
author | Jacek Sieka <arnetheduck@gmail.com> | 2016-10-24 21:10:48 +0800 |
---|---|---|
committer | Jacek Sieka <arnetheduck@gmail.com> | 2016-10-24 21:10:48 +0800 |
commit | 6f7b891bdc27a92e13acb0a648cafdf7431708fe (patch) | |
tree | 3330726ed26d543d3ceac26a18586cfc569b51b3 /lib/core/macros.nim | |
parent | 8aecacc1dfd10cfbaf30964e2eb78dd672623d31 (diff) | |
download | Nim-6f7b891bdc27a92e13acb0a648cafdf7431708fe.tar.gz |
remove remnants of tyIter
Diffstat (limited to 'lib/core/macros.nim')
-rw-r--r-- | lib/core/macros.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 19452b4a8..292e8dd3c 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -92,7 +92,7 @@ type ntyUInt, ntyUInt8, ntyUInt16, ntyUInt32, ntyUInt64, ntyBigNum, ntyConst, ntyMutable, ntyVarargs, - ntyIter, + ntyUnused, ntyError, ntyBuiltinTypeClass, ntyConcept, ntyConceptInst, ntyComposite, ntyAnd, ntyOr, ntyNot |