test: remove unused var warning
This commit is contained in:
parent
8e47503f7d
commit
985a3e3062
|
@ -337,7 +337,7 @@ process_test_cmds([{push, N} | Tl], Cnt0) ->
|
||||||
Cnt = Cnt0 + N,
|
Cnt = Cnt0 + N,
|
||||||
[{push, Cnt} | process_test_cmds(Tl, Cnt)].
|
[{push, Cnt} | process_test_cmds(Tl, Cnt)].
|
||||||
|
|
||||||
iqueue_print(I = #iqueue{head = Hd, head_end = HdEnd, queue = Q, tail = Tl, tail_end = TlEnd}) ->
|
iqueue_print(#iqueue{head = Hd, head_end = HdEnd, queue = Q, tail = Tl, tail_end = TlEnd}) ->
|
||||||
#{
|
#{
|
||||||
hd => {Hd, HdEnd},
|
hd => {Hd, HdEnd},
|
||||||
tl => {Tl, TlEnd},
|
tl => {Tl, TlEnd},
|
||||||
|
|
Loading…
Reference in New Issue