Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Squash a compiler warning introduced in #56
Browse files Browse the repository at this point in the history
(cherry picked from commit cc574f7)
  • Loading branch information
michaelklishin committed Aug 14, 2020
1 parent adf482e commit 37c0579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/amqp10_client_session.erl
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ mapped(cast, #'v1_0.attach'{name = {utf8, Name},
link_handle_index = LHI#{InHandle => OutHandle}},
{next_state, mapped, State};
mapped(cast, #'v1_0.detach'{handle = {uint, InHandle},
closed = Closed,
error = Err},
#state{links = Links, link_handle_index = LHI} = State0) ->
with_link(InHandle, State0,
Expand Down

0 comments on commit 37c0579

Please sign in to comment.