Skip to content

Commit

Permalink
Remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Sep 29, 2024
1 parent 3765d9d commit dc1d8a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions abi/Errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
"name": "DeadlineExpired",
"type": "error"
},
{
"inputs": [],
"name": "EigenInvalidWithdrawal",
"type": "error"
},
{
"inputs": [],
"name": "EigenPodNotFound",
Expand Down
1 change: 0 additions & 1 deletion contracts/libraries/Errors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ library Errors {
error MaxOraclesExceeded();
error ExitRequestNotProcessed();
error ValueNotChanged();
error EigenInvalidWithdrawal();
error InvalidWithdrawalCredentials();
error EigenPodNotFound();
error InvalidQueuedShares();
Expand Down

0 comments on commit dc1d8a6

Please sign in to comment.