Skip to content

Commit

Permalink
Agent: remove unused error constants (aragon#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored Jul 13, 2019
1 parent 71af424 commit bfd36aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/agent/contracts/Agent.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ contract Agent is IERC165, ERC1271Bytes, IForwarder, IsContract, Vault {

bytes4 private constant ERC165_INTERFACE_ID = 0x01ffc9a7;

string private constant ERROR_EXECUTE_ETH_NO_DATA = "AGENT_EXEC_ETH_NO_DATA";
string private constant ERROR_EXECUTE_TARGET_NOT_CONTRACT = "AGENT_EXEC_TARGET_NO_CONTRACT";
string private constant ERROR_DESIGNATED_TO_SELF = "AGENT_DESIGNATED_TO_SELF";

mapping (bytes32 => bool) public isPresigned;
Expand Down

0 comments on commit bfd36aa

Please sign in to comment.