From 10a64b86be19bb901107a7d60e5742f30f79e7f1 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Tue, 24 Jan 2017 21:53:43 +0000 Subject: [PATCH] Remove rogue timestamp --- src/leveled_tinybloom.erl | 1 - 1 file changed, 1 deletion(-) 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 ->