Merge pull request #6889 from BytesGalore/rpl_rem_forward_declaration

rpl: remove unnecessary forward declaration
This commit is contained in:
Martine Lenders 2017-04-11 14:13:38 +02:00 committed by GitHub
commit a5d444bd82

View File

@ -37,7 +37,6 @@ static char addr_str[IPV6_ADDR_MAX_STR_LEN];
#endif
static gnrc_rpl_parent_t *_gnrc_rpl_find_preferred_parent(gnrc_rpl_dodag_t *dodag);
static void _rpl_trickle_send_dio(void *args);
static void _rpl_trickle_send_dio(void *args)
{