From e8c63bf3f3b03764429f7746723ebba462e905fc Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Feb 2006 21:17:23 +0000 Subject: 2006-02-20 Thomas Schwinge Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida . * bogus/net_atm.h: Remove file. * Makefile.in (bogus-files): Remove `net_atm.h'. * kern/syscall_sw.c: Don't include anymore and adopt all users of NET_ATM as if it were always defined to `0'. * kern/task.c: Likewise. * kern/task.h: Likewise. * kern/thread.c: Likewise. * kern/thread.h: Likewise. --- kern/thread.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kern/thread.h') diff --git a/kern/thread.h b/kern/thread.h index 9958e2bd..b6c801f4 100644 --- a/kern/thread.h +++ b/kern/thread.h @@ -38,7 +38,6 @@ #include #include #include -#include #include #include @@ -220,10 +219,6 @@ struct thread { #if NCPUS > 1 processor_t last_processor; /* processor this last ran on */ #endif /* NCPUS > 1 */ - -#if NET_ATM - nw_ep_owned_t nw_ep_waited; -#endif /* NET_ATM */ }; /* typedef of thread_t is in kern/kern_types.h */ -- cgit v1.2.3