From 310c8ec4b3f15cb02cd5014aacf329de692f0422 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 10 Aug 2010 09:21:35 +0000 Subject: [PATCH] - remove some compiler warnings git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@57 315a16e6-25f9-4109-90ae-ca3045a26c18 --- arch/x86/kernel/syscall.c | 2 -- 1 file changed, 2 deletions(-) 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: