diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-10-24 19:20:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 19:20:02 +0200 |
commit | 6fd27a8a0849e2c1150b5f15b7b61d43b63642b2 (patch) | |
tree | 442c06665f3320b78a66b847095386aa67c823fe /lib/system/hti.nim | |
parent | 3715a5ac91ede3002a3d94dbab2926d96d5ff257 (diff) | |
parent | f5c3eb6a254e9e9f8c6389cb9f707a6ff878bd5c (diff) | |
download | Nim-6fd27a8a0849e2c1150b5f15b7b61d43b63642b2.tar.gz |
Merge pull request #4945 from arnetheduck/cleanup-tyXxx
Cleanup ty xxx
Diffstat (limited to 'lib/system/hti.nim')
-rw-r--r-- | lib/system/hti.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/hti.nim b/lib/system/hti.nim index 984f888cb..892a209df 100644 --- a/lib/system/hti.nim +++ b/lib/system/hti.nim @@ -62,7 +62,6 @@ type tyUInt16, tyUInt32, tyUInt64, - tyBigNum, TNimNodeKind = enum nkNone, nkSlot, nkList, nkCase TNimNode {.codegenType.} = object |