From 4ea4edfe5cd6051a70bf3b77a4433f35287e839b Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 15 Dec 2025 00:17:11 +0100 Subject: [PATCH] removed dead code --- compiler/modulegraphs.nim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/modulegraphs.nim b/compiler/modulegraphs.nim index 2f5d2247ac..d807e7d42c 100644 --- a/compiler/modulegraphs.nim +++ b/compiler/modulegraphs.nim @@ -787,10 +787,6 @@ proc moduleFromRodFile*(g: ModuleGraph; fileIdx: FileIndex; else: result = nil -proc processLogOps*(g: ModuleGraph; logOps: seq[LogEntry]) = - for x in logOps: - discard - when not defined(nimKochBootstrap): proc moduleFromNifFile*(g: ModuleGraph; fileIdx: FileIndex; cachedModules: var seq[FileIndex];