We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11583d1 commit 994a83eCopy full SHA for 994a83e
src/dev/engine/compiler.cpp
@@ -45,8 +45,6 @@ std::shared_ptr<ExecutableCode> Compiler::compile(std::shared_ptr<Block> startBl
45
impl->block = startBlock;
46
47
while (impl->block) {
48
- size_t substacks = impl->substackTree.size();
49
-
50
if (impl->block->compileFunction())
51
impl->block->compile(this);
52
else {
0 commit comments