Remove rogue timestamp

This commit is contained in:
martinsumner 2017-01-24 21:53:43 +00:00
parent d57b74d967
commit 10a64b86be

View file

@ -80,7 +80,6 @@ add_hashlist([], _S, S0, S1) ->
<<S0:32/integer, S1:32/integer>>;
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 ->