We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f3f1e commit 4ea4edfCopy full SHA for 4ea4edf
compiler/modulegraphs.nim
@@ -787,10 +787,6 @@ proc moduleFromRodFile*(g: ModuleGraph; fileIdx: FileIndex;
787
else:
788
result = nil
789
790
-proc processLogOps*(g: ModuleGraph; logOps: seq[LogEntry]) =
791
- for x in logOps:
792
- discard
793
-
794
when not defined(nimKochBootstrap):
795
proc moduleFromNifFile*(g: ModuleGraph; fileIdx: FileIndex;
796
cachedModules: var seq[FileIndex];
0 commit comments