Skip to content

Commit

Permalink
Remove unused label in eventrouter_baremetal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-yolabs authored and linkmonitor committed Mar 2, 2023
1 parent 68ab853 commit bfe1de8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eventrouter/internal/eventrouter_baremetal.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void ErCallHandlers(ErEvent_t *a_event)
/// This event no longer needs delivery.
ErListRemove(&s_context.m_events.m_deliver_now, &a_event->m_next);

done:
ErReturnToSender(a_event);
}

Expand Down

0 comments on commit bfe1de8

Please sign in to comment.