Skip to content

Commit

Permalink
chore: remove unnecessary interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Jan 9, 2025
1 parent 8e83f5e commit 68d3594
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ interface MkrSkyLike {
function rate() external view returns (uint256);
}

interface SkyLike {
function transfer(address to, uint256 value) external returns (bool);
}

interface OsmAbstractLike {
function change(address) external;
}
Expand Down

0 comments on commit 68d3594

Please sign in to comment.