mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
removed unused functions
This commit is contained in:
parent
c4592eb798
commit
f5baa10836
|
@ -152,12 +152,6 @@ contract Helpers is DSMath {
|
|||
|
||||
|
||||
contract McdResolver is Helpers {
|
||||
|
||||
function getIlkData(bytes32 ilk) external view returns (uint rate) {
|
||||
address manager = InstaMcdAddress(getMcdAddresses()).manager();
|
||||
(,rate,,,) = VatLike(ManagerLike(manager).vat()).ilks(ilk);
|
||||
}
|
||||
|
||||
function getDsr() external view returns (uint dsr) {
|
||||
address pot = InstaMcdAddress(getMcdAddresses()).pot();
|
||||
dsr = PotLike(pot).dsr();
|
||||
|
|
Loading…
Reference in New Issue
Block a user