diff --git a/src/leveled_tinybloom.erl b/src/leveled_tinybloom.erl index f7a59ca..0126f67 100644 --- a/src/leveled_tinybloom.erl +++ b/src/leveled_tinybloom.erl @@ -80,7 +80,6 @@ add_hashlist([], _S, S0, S1) -> <>; add_hashlist([TopHash|T], SlotSplit, S0, S1) -> {Slot, H0, H1} = split_hash(TopHash, SlotSplit), - SW = os:timestamp(), Mask = get_mask(H0, H1), case Slot of 0 ->