Skip to content

Commit

Permalink
Remove an unreachable return statement in minheap-internal.h
Browse files Browse the repository at this point in the history
Found by Brian Utterback; see http://bugs.ntp.org/show_bug.cgi?id=2446
  • Loading branch information
nmathewson committed Aug 1, 2013
1 parent d409514 commit e639a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minheap-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ int min_heap_adjust_(min_heap_t *s, struct event *e)
min_heap_shift_down_(s, e->ev_timeout_pos.min_heap_idx, e);
return 0;
}
return -1;
}

int min_heap_reserve_(min_heap_t* s, unsigned n)
Expand Down

0 comments on commit e639a9e

Please sign in to comment.