mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move stack height to generation phase.
This commit is contained in:
@@ -67,8 +67,6 @@ struct Scope
|
||||
|
||||
struct Variable
|
||||
{
|
||||
/// Used during code generation to store the stack height. @todo move there.
|
||||
int stackHeight = 0;
|
||||
/// Used during analysis to check whether we already passed the declaration inside the block.
|
||||
/// @todo move there.
|
||||
bool active = false;
|
||||
|
||||
Reference in New Issue
Block a user