From 904512cb76f19dc1951ee151926619478fd56c47 Mon Sep 17 00:00:00 2001 From: 0xp3th1um <0xp3th1um@dewiz.xyz> Date: Thu, 11 Jan 2024 19:18:57 +0200 Subject: [PATCH] chore: remove unused interface --- src/DssSpell.t.sol | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/DssSpell.t.sol b/src/DssSpell.t.sol index eff662404..d6194ffae 100644 --- a/src/DssSpell.t.sol +++ b/src/DssSpell.t.sol @@ -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;