Signed-off-by: Dan Cross <[email protected]>
---
 kern/src/syscall.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kern/src/syscall.c b/kern/src/syscall.c
index c9c9ae3..d8a6b20 100644
--- a/kern/src/syscall.c
+++ b/kern/src/syscall.c
@@ -2719,7 +2719,6 @@ void run_local_syscall(struct syscall *sysc)
  * at least one, it will run it directly. */
 void prep_syscalls(struct proc *p, struct syscall *sysc, unsigned int nr_syscs)
 {
-       int retval;
        /* Careful with pcpui here, we could have migrated */
        if (!nr_syscs) {
                printk("[kernel] No nr_sysc, probably a bug, user!\n");
-- 
2.8.0.rc3.226.g39d4020

-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to