diff options
Diffstat (limited to 'pfinet/main.c')
-rw-r--r-- | pfinet/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c index 4bfa3185..5e4b7494 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -283,7 +283,6 @@ main (int argc, pfinet_bucket = ports_create_bucket (); addrport_class = ports_create_class (clean_addrport, 0); socketport_class = ports_create_class (clean_socketport, 0); - trivfs_fsid = getpid (); mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_RECEIVE, &fsys_identity); |