diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-20 20:59:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 14:59:50 +0200 |
commit | 4a1bda667c74361c121460ca7d80cfcbf003d8d7 (patch) | |
tree | c6ccfddb12c6bb57d05031079a2966dc8c0e8e0e /compiler | |
parent | 3dc302662e2665a0c1467a290c689f40d8a2e263 (diff) | |
download | Nim-4a1bda667c74361c121460ca7d80cfcbf003d8d7.tar.gz |
turn nimIncrSeqV3 into deadcode (#20388)
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index d811f2d75..332a802ab 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -70,7 +70,7 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimVmExportFixed") # deadcode defineSymbol("nimHasSymOwnerInMacro") # deadcode defineSymbol("nimNewRuntime") # deadcode - defineSymbol("nimIncrSeqV3") # xxx: turn this into deadcode + defineSymbol("nimIncrSeqV3") # deadcode defineSymbol("nimAshr") # deadcode defineSymbol("nimNoNilSeqs") # deadcode defineSymbol("nimNoNilSeqs2") # deadcode |