Skip to content

Commit e827e0b

Browse files
acogoluegnesmergify[bot]
authored andcommitted
Squash dialyzer warning
(cherry picked from commit 26f941b)
1 parent d8af0b5 commit e827e0b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

-11
Original file line numberDiff line numberDiff line change
@@ -2819,18 +2819,7 @@ handle_frame_post_auth(Transport,
28192819
CorrelationId,
28202820
?RESPONSE_CODE_STREAM_DOES_NOT_EXIST),
28212821
increase_protocol_counter(?STREAM_DOES_NOT_EXIST),
2822-
{Connection, State};
2823-
{error, Error} ->
2824-
rabbit_log:warning("Error while trying to delete super stream ~tp: ~tp",
2825-
[SuperStream, Error]),
2826-
response(Transport,
2827-
Connection,
2828-
delete_super_stream,
2829-
CorrelationId,
2830-
?RESPONSE_CODE_PRECONDITION_FAILED),
2831-
increase_protocol_counter(?PRECONDITION_FAILED),
28322822
{Connection, State}
2833-
28342823
end;
28352824
error ->
28362825
response(Transport,

0 commit comments

Comments
 (0)