Remove setproc prototype

This commit is contained in:
OptimisticSide 2021-04-16 09:14:13 -07:00 committed by Frans Kaashoek
parent f524198792
commit 1226b09dc4

View file

@ -96,7 +96,6 @@ struct proc* myproc();
void procinit(void);
void scheduler(void) __attribute__((noreturn));
void sched(void);
void setproc(struct proc*);
void sleep(void*, struct spinlock*);
void userinit(void);
int wait(uint64);