Minor change (all test suite is passing)

This commit is contained in:
Mattia Giambirtone 2022-12-15 13:32:17 +01:00
parent 76ee8c7454
commit 385701ab83
1 changed files with 0 additions and 1 deletions

View File

@ -1177,7 +1177,6 @@ proc beginProgram(self: BytecodeCompiler): int =
## bytecode. Returns the position of
## a dummy return address of the program's
## entry point to be patched by terminateProgram
if self.currentModule.isNil():
# We declare the program's main module
var mainModule = BytecodeName(kind: NameKind.Module,