Skip to content

Commit 5d6811d

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
DropERC20: delete commented supportsInterface
1 parent 5b5ba77 commit 5d6811d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

contracts/drop/DropERC20.sol

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ contract DropERC20 is
9191
ERC 165 / 20 / 2981 logic
9292
//////////////////////////////////////////////////////////////*/
9393

94-
// /// @dev See ERC 165
95-
// function supportsInterface(bytes4 interfaceId)
96-
// public
97-
// view
98-
// virtual
99-
// override
100-
// returns (bool)
101-
// {
102-
// return super.supportsInterface(interfaceId);
103-
// }
104-
10594
function contractType() external pure returns (bytes32) {
10695
return bytes32("DropERC20");
10796
}

0 commit comments

Comments
 (0)