Skip to content

Commit

Permalink
Fix delete output compiler warning (#6813)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Aug 16, 2023
1 parent 3ec8337 commit bd07e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ contract DeleteOutput is SafeBuilder {
_postCheck();
}

function buildCalldata(address _proxyAdmin) internal view override returns (bytes memory) {
function buildCalldata(address) internal view override returns (bytes memory) {
IMulticall3.Call3[] memory calls = new IMulticall3.Call3[](1);

calls[0] = IMulticall3.Call3({
Expand Down

0 comments on commit bd07e6e

Please sign in to comment.