Remove warning
This commit is contained in:
parent
11d135c3ed
commit
5ca4443f04
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ code_change(_OldVsn, State, _Extra) ->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
flush_nodes(#state{ nodes=[], last_node_pos=LastNodePos, last_node_size=LastNodeSize, bloom=Ref }=State) ->
|
flush_nodes(#state{ nodes=[], last_node_pos=LastNodePos, last_node_size=_LastNodeSize, bloom=Ref }=State) ->
|
||||||
|
|
||||||
Bloom = zlib:zip(ebloom:serialize(Ref)),
|
Bloom = zlib:zip(ebloom:serialize(Ref)),
|
||||||
BloomSize = byte_size(Bloom),
|
BloomSize = byte_size(Bloom),
|
||||||
|
|
Loading…
Reference in a new issue