refactor: rm unused fn

This commit is contained in:
Thales Macedo Garitezi 2023-01-13 17:33:57 -03:00
parent 5dd24a64c3
commit 5425f3d88e
1 changed files with 0 additions and 10 deletions

View File

@ -761,16 +761,6 @@ batch_reply_after_query(Pid, Id, Index, InflightTID, Ref, Batch, Result) ->
ok ok
end. end.
ack_inflight_and_resume(Pid, InflightTID, Ref, Id, Index) ->
IsAcked = ack_inflight(InflightTID, Ref, Id, Index),
case is_inflight_full(InflightTID) of
true ->
ok;
false ->
?MODULE:resume(Pid)
end,
IsAcked.
%%============================================================================== %%==============================================================================
%% operations for queue %% operations for queue
queue_item_marshaller(Bin) when is_binary(Bin) -> queue_item_marshaller(Bin) when is_binary(Bin) ->