Skip to content

Commit

Permalink
Remove unused interface functions
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Sep 27, 2023
1 parent d79d782 commit 176d89a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/token/Tranche.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ interface TrancheTokenLike is IERC20 {
function file(bytes32 what, address data) external;
function restrictionManager() external view returns (address);
function addLiquidityPool(address forwarder) external;
function rely(address user) external;
function deny(address user) external;
}

interface ERC1404Like {
Expand Down

0 comments on commit 176d89a

Please sign in to comment.