Skip to content

Commit

Permalink
fix: remove unused struct parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Valeri committed Nov 11, 2021
1 parent 311d903 commit 2135b0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/protocol/libraries/logic/ReserveLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ library ReserveLogic {
uint256 nextLiquidityRate;
uint256 nextStableRate;
uint256 nextVariableRate;
uint256 avgStableRate;
uint256 totalVariableDebt;
}

Expand Down Expand Up @@ -214,11 +213,9 @@ library ReserveLogic {
uint256 prevTotalStableDebt;
uint256 prevTotalVariableDebt;
uint256 currTotalVariableDebt;
uint256 avgStableRate;
uint256 cumulatedStableInterest;
uint256 totalDebtAccrued;
uint256 amountToMint;
uint40 stableSupplyUpdatedTimestamp;
}

/**
Expand Down

0 comments on commit 2135b0a

Please sign in to comment.