Skip to content

Commit

Permalink
fix: statemind-Unused errors in the OperatorManager contract
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Dec 2, 2024
1 parent 702a09d commit e772f1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/managers/OperatorManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ abstract contract OperatorManager is BaseManager {

error NotOperator();
error OperatorNotOptedIn();
error OperatorNotRegistered();
error OperatorAlreadyRegistred();

/// @custom:storage-location erc7201:symbiotic.storage.OperatorManager
struct OperatorManagerStorage {
Expand Down

0 comments on commit e772f1a

Please sign in to comment.