Skip to content

Commit

Permalink
fix: oxorio #5 unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 12, 2024
1 parent 6424af8 commit 9a72720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/protocol/libraries/logic/GenericLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ library GenericLogic {
uint256 avgLiquidationThreshold;
uint256 eModeLtv;
uint256 eModeLiqThreshold;
uint256 eModeAssetCategory;
address currentReserveAddress;
bool hasZeroLtvCollateral;
bool isInEModeCategory;
Expand Down

0 comments on commit 9a72720

Please sign in to comment.