Skip to content

Commit

Permalink
chore: remove one unused error (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu authored Apr 4, 2024
1 parent a058f98 commit f6d7441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions contracts/src/core/MachServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import {
InsufficientThreshold,
InvalidStartIndex,
InsufficientThresholdPercentages,
InvalidSender,
NotAllowed
InvalidSender
} from "../error/Errors.sol";
import {IMachServiceManager} from "../interfaces/IMachServiceManager.sol";

Expand Down
1 change: 0 additions & 1 deletion contracts/src/error/Errors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ error InsufficientThreshold();
error InsufficientThresholdPercentages();
error AlreadyInAllowlist();
error NotInAllowlist();
error NotAllowed();

// Common
error AlreadyInitialized();
Expand Down

0 comments on commit f6d7441

Please sign in to comment.