Skip to content

Commit

Permalink
sys/net/gnrc/zep: Remove unused (static) getter function
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Feb 11, 2016
1 parent 73b4804 commit 0e316c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sys/net/gnrc/application_layer/zep/gnrc_zep.c
Expand Up @@ -197,11 +197,6 @@ static inline uint16_t *_get_uint16_ptr(void *ptr)
return ptr;
}

static inline uint64_t *_get_uint64_ptr(void *ptr)
{
return ptr;
}

static int _send(gnrc_netdev_t *netdev, gnrc_pktsnip_t *pkt)
{
gnrc_zep_t *dev = (gnrc_zep_t *)netdev;
Expand Down

0 comments on commit 0e316c3

Please sign in to comment.