Skip to content

Commit

Permalink
Merge pull request #212 from aave/feat/remove-unused-parameters
Browse files Browse the repository at this point in the history
fix: remove unused struct parameters
  • Loading branch information
The-3D authored Nov 15, 2021
2 parents bad8702 + 2135b0a commit cf96b2f
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 cf96b2f

Please sign in to comment.