diff options
Diffstat (limited to 'lib/core')
-rwxr-xr-x | lib/core/macros.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index b6b9174cd..1fb012a28 100755 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -87,10 +87,6 @@ type ## represents a Nimrod *symbol* in the compiler; a *symbol* is a looked-up ## *ident*. - TNimrodNode {.final.} = object - PNimrodNode* {.magic: "PNimrodNode".} = ref TNimrodNode - ## represents a Nimrod AST node. Macros operate on this type. - const nnkLiterals* = {nnkCharLit..nnkNilLit} nnkCallKinds* = {nnkCall, nnkInfix, nnkPrefix, nnkPostfix, nnkCommand, |