From dc1d8a612a9555d817916ee5b362d3f49d6213ad Mon Sep 17 00:00:00 2001 From: Dmitri Tsumak Date: Sun, 29 Sep 2024 16:47:29 +0300 Subject: [PATCH] Remove unused error --- abi/Errors.json | 5 ----- contracts/libraries/Errors.sol | 1 - 2 files changed, 6 deletions(-) diff --git a/abi/Errors.json b/abi/Errors.json index 5da4ab9..2409df3 100644 --- a/abi/Errors.json +++ b/abi/Errors.json @@ -24,11 +24,6 @@ "name": "DeadlineExpired", "type": "error" }, - { - "inputs": [], - "name": "EigenInvalidWithdrawal", - "type": "error" - }, { "inputs": [], "name": "EigenPodNotFound", diff --git a/contracts/libraries/Errors.sol b/contracts/libraries/Errors.sol index 751374f..46bb60d 100644 --- a/contracts/libraries/Errors.sol +++ b/contracts/libraries/Errors.sol @@ -50,7 +50,6 @@ library Errors { error MaxOraclesExceeded(); error ExitRequestNotProcessed(); error ValueNotChanged(); - error EigenInvalidWithdrawal(); error InvalidWithdrawalCredentials(); error EigenPodNotFound(); error InvalidQueuedShares();