Remove/fix unused stuff and other warnings
This commit is contained in:
@ -81,7 +81,6 @@ int32_t SYSCALL1(sys_mman_unmap, addr1) {
|
||||
Proc *proc = PROCS.current;
|
||||
spinlock_release(&PROCS.spinlock);
|
||||
|
||||
uint8_t *virt = NULL;
|
||||
VasRange *tofree = NULL;
|
||||
|
||||
VasRange *vas, *vastmp;
|
||||
|
||||
Reference in New Issue
Block a user