Merged to master at c406c2620abb..3d9838bc0350 (from, to] You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/c406c2620abb...3d9838bc0350
On 2016-03-30 at 16:44 Dan Cross <[email protected]> wrote: > 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"); -- 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.
