Skip to content

Commit e18c750

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
DropSinglePhase: Remove bitmap
1 parent 932ddec commit e18c750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/extension/DropSinglePhase.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/IDropSinglePhase.sol";
55
import "../lib/MerkleProof.sol";
6-
import "../lib/TWBitMaps.sol";
76

87
abstract contract DropSinglePhase is IDropSinglePhase {
9-
using TWBitMaps for TWBitMaps.BitMap;
108

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

0 commit comments

Comments
 (0)