Remove rogue timestamp
This commit is contained in:
parent
d57b74d967
commit
10a64b86be
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ add_hashlist([], _S, S0, S1) ->
|
||||||
<<S0:32/integer, S1:32/integer>>;
|
<<S0:32/integer, S1:32/integer>>;
|
||||||
add_hashlist([TopHash|T], SlotSplit, S0, S1) ->
|
add_hashlist([TopHash|T], SlotSplit, S0, S1) ->
|
||||||
{Slot, H0, H1} = split_hash(TopHash, SlotSplit),
|
{Slot, H0, H1} = split_hash(TopHash, SlotSplit),
|
||||||
SW = os:timestamp(),
|
|
||||||
Mask = get_mask(H0, H1),
|
Mask = get_mask(H0, H1),
|
||||||
case Slot of
|
case Slot of
|
||||||
0 ->
|
0 ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue