Skip to content

Commit

Permalink
Merge pull request #2267 from cgundogan/rpl_needless_call_to_get_of_f…
Browse files Browse the repository at this point in the history
…or_ocp

rpl: remove needless call to rpl_get_of_for_ocp
  • Loading branch information
OlegHahm committed Jan 8, 2015
2 parents 9bddd61 + 22f466a commit 43ef437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sys/net/routing/rpl/rpl_nonstoring/rpl_nonstoring.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 43ef437

Please sign in to comment.