mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removing expectDeposit() from AsmAnalysis as unused function
This commit is contained in:
parent
dfe07c0b0e
commit
952101996c
@ -102,7 +102,6 @@ private:
|
||||
/// Vists the expression and expects it to return a single boolean value.
|
||||
/// Reports an error otherwise.
|
||||
void expectBoolExpression(Expression const& _expr);
|
||||
bool expectDeposit(int _deposit, int _oldHeight, langutil::SourceLocation const& _location);
|
||||
|
||||
/// Verifies that a variable to be assigned to exists, can be assigned to
|
||||
/// and has the same type as the value.
|
||||
|
Loading…
Reference in New Issue
Block a user