Skip to content

Commit 6118296

Browse files
committed
Remove unused code
1 parent 99ea59e commit 6118296

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

foundry/src/executors/LiquoriceExecutor.sol

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ import {
1010
} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
1111
import "@openzeppelin/contracts/utils/Address.sol";
1212

13-
interface ILiquoriceSettlement {
14-
function BALANCE_MANAGER() external view returns (address);
15-
function AUTHENTICATOR() external view returns (address);
16-
}
17-
1813
interface IAllowListAuthentication {
1914
function addSolver(address _solver) external;
2015
function addMaker(address _maker) external;

0 commit comments

Comments
 (0)