Skip to content

Commit 6ae56b5

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
DropSinglePhase1155: Remove bitmap
1 parent e18c750 commit 6ae56b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

87
abstract contract DropSinglePhase1155 is IDropSinglePhase1155 {
9-
using TWBitMaps for TWBitMaps.BitMap;
108

119
/*///////////////////////////////////////////////////////////////
1210
Mappings

0 commit comments

Comments
 (0)