struct proc remove dead field
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m52s

This commit is contained in:
2026-03-20 21:49:18 +01:00
parent 3f076abd51
commit 6278aadb2e
3 changed files with 1 additions and 14 deletions

View File

@@ -43,7 +43,6 @@ struct proc {
spin_lock_t lock;
struct cpu* cpu;
int state;
bool dead;
uintptr_t uvaddr_argument;
void* mail_recv_buffer;
size_t mail_recv_size;