Skip to content

Commit 8e6457e

Browse files
rluboscarlescufi
authored andcommitted
[nrf fromlist] net: openthread: Remove unused function from radio.c
Upstream PR #: 88359 clear_pending_events() was not used anywhere. Signed-off-by: Robert Lubos <[email protected]>
1 parent 6150da7 commit 8e6457e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/openthread/platform/radio.c

-5
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ static void reset_pending_event(enum pending_events event)
158158
atomic_clear_bit(pending_events, event);
159159
}
160160

161-
static inline void clear_pending_events(void)
162-
{
163-
atomic_clear(pending_events);
164-
}
165-
166161
void energy_detected(const struct device *dev, int16_t max_ed)
167162
{
168163
if (dev == radio_dev) {

0 commit comments

Comments
 (0)