Browse Source
The function sched_init() zeroes out sched_threads needlessly. All static variables can be assumed to be initialized with zero, anyways. The C standard mandates it, and all at other places in the code it is assumed.dev/timer

3 changed files with 1 additions and 32 deletions
Loading…
Reference in new issue