Skip to content

Commit 4ea4edf

Browse files
committed
removed dead code
1 parent c0f3f1e commit 4ea4edf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/modulegraphs.nim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -787,10 +787,6 @@ proc moduleFromRodFile*(g: ModuleGraph; fileIdx: FileIndex;
787787
else:
788788
result = nil
789789

790-
proc processLogOps*(g: ModuleGraph; logOps: seq[LogEntry]) =
791-
for x in logOps:
792-
discard
793-
794790
when not defined(nimKochBootstrap):
795791
proc moduleFromNifFile*(g: ModuleGraph; fileIdx: FileIndex;
796792
cachedModules: var seq[FileIndex];

0 commit comments

Comments
 (0)