diff options
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, |