removed locking of rpl-parent since it was never unlocked - moved to routing module

This commit is contained in:
Joakim Eriksson 2015-08-26 18:24:54 +02:00
parent 5dee80a253
commit 4d5c749cf7
3 changed files with 0 additions and 11 deletions

View file

@ -1408,10 +1408,4 @@ rpl_process_dio(uip_ipaddr_t *from, rpl_dio_t *dio)
p->dtsn = dio->dtsn;
}
/*---------------------------------------------------------------------------*/
void
rpl_lock_parent(rpl_parent_t *p)
{
nbr_table_lock(rpl_parents, p);
}
/*---------------------------------------------------------------------------*/
/** @} */