diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-19 19:52:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-19 19:52:37 +0000 |
commit | 2c49fdcf50eee568ed32e90f46156e37728042c9 (patch) | |
tree | 309c60ed2e1677fcf981aea394d653e1dad31b23 /proc | |
parent | 9195a521eeee27da8c15cb8f4220800fa13e51a1 (diff) |
1999-06-19 Roland McGrath <roland@baalperazim.frob.com>
* main.c (main): Remove commented-out wire_task_self call, #include.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/proc/main.c b/proc/main.c index f036fbf3..ced0e5a7 100644 --- a/proc/main.c +++ b/proc/main.c @@ -25,7 +25,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <hurd/startup.h> #include <device/device.h> #include <assert.h> -#include <wire.h> #include <argp.h> #include <error.h> #include <version.h> @@ -132,9 +131,6 @@ main (int argc, char **argv, char **envp) mach_port_deallocate (mach_task_self (), cons); } - -/* wire_task_self (); */ - while (1) ports_manage_port_operations_multithread (proc_bucket, message_demuxer, |