Skip to content

Commit

Permalink
Remove KindMath from TokenLib (#684)
Browse files Browse the repository at this point in the history
* cleanup

* remove the KindMath
  • Loading branch information
satyamakgec authored and maxsam4 committed May 31, 2019
1 parent d30f114 commit 25219c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
48 changes: 0 additions & 48 deletions contracts/libraries/KindMath.sol

This file was deleted.

1 change: 0 additions & 1 deletion contracts/libraries/TokenLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "../tokens/SecurityTokenStorage.sol";
import "../interfaces/ITransferManager.sol";
import "openzeppelin-solidity/contracts/math/SafeMath.sol";
import "../modules/PermissionManager/IPermissionManager.sol";
import "./KindMath.sol";

library TokenLib {

Expand Down

0 comments on commit 25219c9

Please sign in to comment.