clean up tyBigNum remnants

This commit is contained in:
Jacek Sieka
2016-10-24 23:11:38 +08:00
parent 6dc6dc5f95
commit f488ed973d
8 changed files with 21 additions and 21 deletions

View File

@@ -78,7 +78,7 @@ type
nnkBreakState
NimNodeKinds* = set[NimNodeKind]
NimTypeKind* = enum
NimTypeKind* = enum # some types are no longer used, see ast.nim
ntyNone, ntyBool, ntyChar, ntyEmpty,
ntyArrayConstr, ntyNil, ntyExpr, ntyStmt,
ntyTypeDesc, ntyGenericInvocation, ntyGenericBody, ntyGenericInst,
@@ -90,7 +90,7 @@ type
ntyInt8, ntyInt16, ntyInt32, ntyInt64,
ntyFloat, ntyFloat32, ntyFloat64, ntyFloat128,
ntyUInt, ntyUInt8, ntyUInt16, ntyUInt32, ntyUInt64,
ntyBigNum,
ntyUnused0,
ntyConst, ntyMutable, ntyVarargs,
ntyUnused,
ntyError,

View File

@@ -62,7 +62,6 @@ type
tyUInt16,
tyUInt32,
tyUInt64,
tyBigNum,
TNimNodeKind = enum nkNone, nkSlot, nkList, nkCase
TNimNode {.codegenType.} = object