Skip to content

Commit

Permalink
fix: Remove unneeded fields from `AvailableCollateralToLiquidateLocal…
Browse files Browse the repository at this point in the history
…Vars`
  • Loading branch information
LHerskind committed Nov 16, 2021
1 parent cf96b2f commit f9088b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/protocol/libraries/logic/LiquidationLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ library LiquidationLogic {
}

struct AvailableCollateralToLiquidateLocalVars {
uint256 userCompoundedBorrowBalance;
uint256 liquidationBonus;
uint256 collateralPrice;
uint256 debtAssetPrice;
uint256 maxCollateralToLiquidate;
Expand Down

0 comments on commit f9088b6

Please sign in to comment.