Skip to content

Commit

Permalink
refactor: remove an unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 9, 2023
1 parent 1a36f0c commit 0555c48
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions solidity/interfaces/modules/finality/ICallbackModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ interface ICallbackModule is IFinalityModule {
*/
event Callback(bytes32 indexed _requestId, address indexed _target, bytes _data);

/*///////////////////////////////////////////////////////////////
ERRORS
//////////////////////////////////////////////////////////////*/

/**
* @notice Thrown when the target address has no code (i.e. is not a contract)
*/
error CallbackModule_TargetHasNoCode();

/*///////////////////////////////////////////////////////////////
STRUCTS
//////////////////////////////////////////////////////////////*/
Expand Down

0 comments on commit 0555c48

Please sign in to comment.