1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

rpl: remove needless call to rpl_get_of_for_ocp

This line has no further significance to the application other than burning cpu cycles.
This commit is contained in:
Cenk Gündoğan 2015-01-08 09:40:08 +01:00
parent 2fb2f499f9
commit 22f466ab80

View File

@ -170,8 +170,6 @@ void rpl_init_root_mode(void)
rpl_instance_t *inst;
rpl_dodag_t *dodag;
rpl_get_of_for_ocp(0);
inst = rpl_new_instance(RPL_DEFAULT_INSTANCE);
if (inst == NULL) {