From f1f56bbfeb79a4e28b5476008d9cd5306b204fd7 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 5 Sep 2013 18:38:38 +0200 Subject: proc: Remove unused declaration of zombie_list * proc/proc.h (zombie_list): Remove declaration. --- proc/proc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'proc') diff --git a/proc/proc.h b/proc/proc.h index f846b37be..80f83973a 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -132,8 +132,6 @@ struct exc natural_t thread_state[0]; }; -struct zombie *zombie_list; - mach_port_t authserver; struct proc *self_proc; /* process 0 (us) */ struct proc *startup_proc; /* process 1 (init) */ -- cgit v1.2.3