Skip to content

Commit 994a83e

Browse files
committed
Compiler: Remove obsolete substacks variable
1 parent 11583d1 commit 994a83e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dev/engine/compiler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ std::shared_ptr<ExecutableCode> Compiler::compile(std::shared_ptr<Block> startBl
4545
impl->block = startBlock;
4646

4747
while (impl->block) {
48-
size_t substacks = impl->substackTree.size();
49-
5048
if (impl->block->compileFunction())
5149
impl->block->compile(this);
5250
else {

0 commit comments

Comments
 (0)