Skip to content

Commit

Permalink
chore: remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Jan 11, 2024
1 parent 186a26d commit 904512c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DssSpell.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ interface SpellActionLike {
function dao_resolutions() external view returns (string memory);
}

interface RwaLiquidationOracleLike {
function ilks(bytes32) external view returns (string memory, address, uint48 toc, uint48 tau);
}

contract DssSpellTest is DssSpellTestBase {
string config;
RootDomain rootDomain;
Expand Down

0 comments on commit 904512c

Please sign in to comment.