Skip to content

Commit 74572e0

Browse files
Rahul MagantiRahulMaganti47
Rahul Maganti
authored andcommitted
fix: remove unused error
1 parent cd1f8fe commit 74572e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

evm/src/libraries/PausableUpgradeable.sol

-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ abstract contract PausableUpgradeable is Initializable {
4747
*/
4848
error InvalidPauser(address account);
4949

50-
/**
51-
* @dev Cannot renounce the pauser capability when the contract is in the `PAUSED` state
52-
*/
53-
error CannotRenounceWhilePaused(address account);
54-
5550
// @dev Emitted when the contract is paused
5651
event Paused(bool paused);
5752
event NotPaused(bool notPaused);

0 commit comments

Comments
 (0)