Skip to content

Commit ce14ab5

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
remove unused mapping
1 parent e6e6641 commit ce14ab5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contracts/drop/SignatureDrop.sol

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ contract SignatureDrop is
7575
/// @dev The tokenId of the next NFT that will be minted / lazy minted.
7676
uint256 public nextTokenIdToMint;
7777

78-
/*///////////////////////////////////////////////////////////////
79-
Mappings
80-
//////////////////////////////////////////////////////////////*/
81-
82-
/// @dev Mapping from claimer => condition Id => timestamp of last claim.
83-
mapping(address => mapping(bytes32 => uint256)) private lastClaimTimestamp;
84-
8578
/*///////////////////////////////////////////////////////////////
8679
Events
8780
//////////////////////////////////////////////////////////////*/

0 commit comments

Comments
 (0)