diff --git a/arch/x86/kernel/syscall.c b/arch/x86/kernel/syscall.c index a161fd25..4e39a1fb 100644 --- a/arch/x86/kernel/syscall.c +++ b/arch/x86/kernel/syscall.c @@ -23,8 +23,6 @@ void syscall_handler(struct state* s) { - uint32_t id = current_task->id; - switch(s->eax) { case __NR_exit: