diff options
Diffstat (limited to 'compiler/rodimpl.nim')
-rw-r--r-- | compiler/rodimpl.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rodimpl.nim b/compiler/rodimpl.nim index 417241930..52b4d1f85 100644 --- a/compiler/rodimpl.nim +++ b/compiler/rodimpl.nim @@ -916,8 +916,8 @@ proc loadNode*(g: ModuleGraph; module: PSym): PNode = replay(g, module, result) proc setupModuleCache*(g: ModuleGraph) = - ## historical note: there used to be a `rodfiles` dir with special tests - ## for incremental compilation via symbol files. This was likely replaced by ic. + # historical note: there used to be a `rodfiles` dir with special tests + # for incremental compilation via symbol files. This was likely replaced by ic. if g.config.symbolFiles == disabledSf: return g.recordStmt = recordStmt let dbfile = getNimcacheDir(g.config) / RelativeFile"rodfiles.db" |