Skip to content

Commit

Permalink
Merge pull request #15227 from kYc0o/pr-remove_event_netdev_t_gnrc_netif
Browse files Browse the repository at this point in the history
gnrc_netif: remove unused `event_netdev_t` struct
  • Loading branch information
miri64 authored Oct 14, 2020
2 parents d5b89a5 + 05b089b commit ac097bb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sys/net/gnrc/netif/gnrc_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
#define ENABLE_DEBUG (0)
#include "debug.h"

#ifdef MODULE_GNRC_NETIF_EVENTS
/**
* @brief Event type used for passing netdev pointers together with the event
*/
typedef struct {
event_t super;
netdev_t *dev;
} event_netdev_t;
#endif /* MODULE_GNRC_NETIF_EVENTS */

static void _update_l2addr_from_dev(gnrc_netif_t *netif);
static void _configure_netdev(netdev_t *dev);
static void *_gnrc_netif_thread(void *args);
Expand Down

0 comments on commit ac097bb

Please sign in to comment.