Skip to content

Commit

Permalink
Merge pull request OpenZeppelin#469 from nedodn/patch-2
Browse files Browse the repository at this point in the history
Update TokenTimelock.sol: Issue OpenZeppelin#464
  • Loading branch information
frangio committed Nov 10, 2017
2 parents 84ce01f + 8640757 commit 65e8e65
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contracts/token/TokenTimelock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ contract TokenTimelock {
releaseTime = _releaseTime;
}

/**
* @notice Transfers tokens held by timelock to beneficiary.
* Deprecated: please use TokenTimelock#release instead.
*/
function claim() public {
require(msg.sender == beneficiary);
release();
}

/**
* @notice Transfers tokens held by timelock to beneficiary.
*/
Expand Down

0 comments on commit 65e8e65

Please sign in to comment.