summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorJacek Sieka <arnetheduck@gmail.com>2016-10-24 23:30:10 +0800
committerJacek Sieka <arnetheduck@gmail.com>2016-10-24 23:30:10 +0800
commitf5c3eb6a254e9e9f8c6389cb9f707a6ff878bd5c (patch)
tree1acf18a4c375ba4fa69d3d143f3a7814b409e97a /lib
parentb3de34548d5d518e3f4f14ae4fdf220578d68ec1 (diff)
downloadNim-f5c3eb6a254e9e9f8c6389cb9f707a6ff878bd5c.tar.gz
clean up tyMutable remnants
Diffstat (limited to 'lib')
-rw-r--r--lib/core/macros.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim
index 8dfe69a90..5c5b82898 100644
--- a/lib/core/macros.nim
+++ b/lib/core/macros.nim
@@ -90,8 +90,8 @@ type
     ntyInt8, ntyInt16, ntyInt32, ntyInt64,
     ntyFloat, ntyFloat32, ntyFloat64, ntyFloat128,
     ntyUInt, ntyUInt8, ntyUInt16, ntyUInt32, ntyUInt64,
-    ntyUnused0,
-    ntyUnused1, ntyMutable, ntyVarargs,
+    ntyUnused0, ntyUnused1, ntyUnused2,
+    ntyVarargs,
     ntyUnused,
     ntyError,
     ntyBuiltinTypeClass, ntyConcept, ntyConceptInst, ntyComposite,