Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Mar 20, 2019
1 parent fd0deab commit f1e663c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions contracts/erc20/contracts/test/UntransferrableDummyERC20Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ contract UntransferrableDummyERC20Token is
)
{}

// /// @dev send `value` token to `to` from `msg.sender`
// /// @param _to The address of the recipient
// /// @param _value The amount of token to be transferred
// function transfer(address _to, uint256 _value)
// external
// returns (bool)
// {
// require(
// false,
// "TRANSFER_DISABLED"
// );
// }

/// @dev send `value` token to `to` from `from` on the condition it is approved by `from`
/// @param _from The address of the sender
/// @param _to The address of the recipient
Expand Down

0 comments on commit f1e663c

Please sign in to comment.