diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-06-03 20:15:12 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-06-03 20:15:12 +0200 |
commit | 6d19d1eeb21487b62883852dc543cc891c129f62 (patch) | |
tree | 3a20b0ba15f54deb382677647576c9521d64e744 /lib/core | |
parent | 9d27079606ce1d04e834a0cfe0f86dd60890ff47 (diff) | |
download | Nim-6d19d1eeb21487b62883852dc543cc891c129f62.tar.gz |
macros.nim: remove deprecated symbols
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/macros.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index fa5cd67df..1f251b73e 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -126,9 +126,6 @@ type ## represents a Nim *symbol* in the compiler; a *symbol* is a looked-up ## *ident*. -{.deprecated: [TNimrodNodeKind: NimNodeKind, TNimNodeKinds: NimNodeKinds, - TNimrodTypeKind: NimTypeKind, TNimrodSymKind: NimSymKind, - TNimrodIdent: NimIdent, PNimrodSymbol: NimSym].} const nnkLiterals* = {nnkCharLit..nnkNilLit} |