Skip to content

Commit 30a55e7

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
Drop: remove bitmap
1 parent 6ae56b5 commit 30a55e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/extension/Drop.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ pragma solidity ^0.8.0;
33

44
import "./interface/IDrop.sol";
55
import "../lib/MerkleProof.sol";
6-
import "../lib/TWBitMaps.sol";
76

87
abstract contract Drop is IDrop {
9-
using TWBitMaps for TWBitMaps.BitMap;
108

119
/*///////////////////////////////////////////////////////////////
1210
State variables

0 commit comments

Comments
 (0)