Respect memory model in forwarding revert inside catch.

This commit is contained in:
chriseth
2021-05-03 12:19:46 +02:00
parent 996f3d31d5
commit d721bbe504
2 changed files with 1 additions and 15 deletions
@@ -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.