Skip to content

Commit bf1a4ad

Browse files
committed
Lido: remove unused obsolete _setBPValue()
1 parent a79e6af commit bf1a4ad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

contracts/0.4.24/Lido.sol

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -958,14 +958,6 @@ contract Lido is Versioned, StETHPermit, AragonApp {
958958
emit Unbuffered(_amount);
959959
}
960960

961-
/**
962-
* @dev Write a value nominated in basis points
963-
*/
964-
function _setBPValue(bytes32 _slot, uint16 _value) internal {
965-
require(_value <= TOTAL_BASIS_POINTS, "VALUE_OVER_100_PERCENT");
966-
_slot.setStorageUint256(uint256(_value));
967-
}
968-
969961
/**
970962
* @dev Gets the amount of Ether temporary buffered on this contract balance
971963
*/

0 commit comments

Comments
 (0)