Skip to content

Commit

Permalink
remove unused function in harness
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Sorensen authored and Derek Sorensen committed Jan 7, 2025
1 parent 0644d7a commit 7500134
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions certora/harnesses/ExtensibleFallbackHandlerHarness.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ contract ExtensibleFallbackHandlerHarness is ExtensibleFallbackHandler {
return safeMethods[safe][selector];
}

function getContextAndHandler() external view returns (ISafe safe, address sender, bool isStatic, address handler) {
_getContextAndHandler();
}

}

0 comments on commit 7500134

Please sign in to comment.