net: openthread: Remove unused function from radio.c
clear_pending_events() was not used anywhere. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
ab448a88db
commit
cbde1edc41
1 changed files with 0 additions and 5 deletions
|
@ -158,11 +158,6 @@ static void reset_pending_event(enum pending_events event)
|
||||||
atomic_clear_bit(pending_events, event);
|
atomic_clear_bit(pending_events, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void clear_pending_events(void)
|
|
||||||
{
|
|
||||||
atomic_clear(pending_events);
|
|
||||||
}
|
|
||||||
|
|
||||||
void energy_detected(const struct device *dev, int16_t max_ed)
|
void energy_detected(const struct device *dev, int16_t max_ed)
|
||||||
{
|
{
|
||||||
if (dev == radio_dev) {
|
if (dev == radio_dev) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue