mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Respect memory model in forwarding revert inside catch.
This commit is contained in:
@@ -103,9 +103,6 @@ private:
|
||||
void handleCatch(TryStatement const& _tryStatement);
|
||||
void handleCatchFallback(TryCatchClause const& _fallback);
|
||||
|
||||
/// Generates code to rethrow an exception.
|
||||
void rethrow();
|
||||
|
||||
/// Generates code to revert with an error. The error arguments are assumed to
|
||||
/// be already evaluated and available in local IRVariables, but not yet
|
||||
/// converted.
|
||||
|
||||
Reference in New Issue
Block a user