-
René Kijewski authored
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.
René Kijewski authoredThe 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.