aboutsummaryrefslogtreecommitdiff
path: root/eth-multiplexer/multiplexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'eth-multiplexer/multiplexer.c')
-rw-r--r--eth-multiplexer/multiplexer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/eth-multiplexer/multiplexer.c b/eth-multiplexer/multiplexer.c
index a08b9f71..4cd77a1e 100644
--- a/eth-multiplexer/multiplexer.c
+++ b/eth-multiplexer/multiplexer.c
@@ -66,7 +66,6 @@ static const struct argp_option options[] =
struct port_bucket *port_bucket;
struct port_class *other_portclass;
struct port_class *vdev_portclass;
-struct port_info *notify_pi;
int netfs_maxsymlinks = 12;
char *netfs_server_name = "multiplexer";
@@ -146,12 +145,6 @@ main (int argc, char *argv[])
other_portclass);
}
- /* Prepare for the notification. */
- err = ports_create_port (other_portclass, port_bucket,
- sizeof (struct port_info), &notify_pi);
- if (err)
- error (1, err, "ports_create_port for notification");
-
task_get_bootstrap_port (mach_task_self (), &bootstrap);
if (bootstrap == MACH_PORT_NULL)
error (1, 0, "must be started as a translator");