Skip to content

Commit

Permalink
macros: remove deprecated TNimSym/TypeKinds
Browse files Browse the repository at this point in the history
not used in the code based, removing
  • Loading branch information
saem committed Aug 6, 2022
1 parent aa11679 commit c6d2833
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/core/macros.nim
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ type
# compiler that still has ntyConcept (e.g. in bootstrapping)
ord(ntyFromExpr) + 2

TNimTypeKinds* {.deprecated.} = set[NimTypeKind]
NimSymKind* = enum
nskUnknown, nskConditional, nskDynLib, nskParam,
nskGenericParam, nskTemp, nskModule, nskType, nskVar, nskLet,
Expand All @@ -138,8 +137,6 @@ type
nskEnumField, nskForVar, nskLabel,
nskStub

TNimSymKinds* {.deprecated.} = set[NimSymKind]

const
nnkLiterals* = {nnkCharLit..nnkNilLit}
nnkCallKinds* = {nnkCall, nnkInfix, nnkPrefix, nnkPostfix, nnkCommand,
Expand Down

0 comments on commit c6d2833

Please sign in to comment.