diff --git a/sched/thread.c b/sched/thread.c index 0b6505f..8786a92 100644 --- a/sched/thread.c +++ b/sched/thread.c @@ -30,7 +30,6 @@ struct thread *thread_alloc(void) } struct thread *t = THREAD_CAST(thread_obj); - memset(t, 0x00, sizeof *t); return t; }