mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove stack height checks.
This commit is contained in:
committed by
Mathias Baumann
parent
0dd398e2ac
commit
f0afb0aeff
@@ -36,7 +36,6 @@ struct AsmAnalysisInfo
|
||||
using StackHeightInfo = std::map<void const*, int>;
|
||||
using Scopes = std::map<Block const*, std::shared_ptr<Scope>>;
|
||||
Scopes scopes;
|
||||
StackHeightInfo stackHeightInfo;
|
||||
/// Virtual blocks which will be used for scopes for function arguments and return values.
|
||||
std::map<FunctionDefinition const*, std::shared_ptr<Block const>> virtualBlocks;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user