diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 21:17:23 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:35 +0200 |
commit | e8c63bf3f3b03764429f7746723ebba462e905fc (patch) | |
tree | 256fe34e4c1723b657d04fe171b897f652a7b3fa /kern/thread.h | |
parent | ef4ad2eff0364329bb0e35865c2fcdcad364b739 (diff) | |
download | gnumach-e8c63bf3f3b03764429f7746723ebba462e905fc.tar.gz gnumach-e8c63bf3f3b03764429f7746723ebba462e905fc.tar.bz2 gnumach-e8c63bf3f3b03764429f7746723ebba462e905fc.zip |
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file
`DEVELOPMENT' for details. Partly based on suggestions by
Gianluca Guida <glguida@gmail.com>.
* bogus/net_atm.h: Remove file.
* Makefile.in (bogus-files): Remove `net_atm.h'.
* kern/syscall_sw.c: Don't include <net_atm.h> 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.
Diffstat (limited to 'kern/thread.h')
-rw-r--r-- | kern/thread.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 <hw_footprint.h> #include <mach_fixpri.h> #include <mach_host.h> -#include <net_atm.h> #include <mach/boolean.h> #include <mach/thread_info.h> @@ -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 */ |