mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-16 01:35:35 +00:00
removed dead code
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user