diff options
Diffstat (limited to 'trans/proxy-defpager.c')
-rw-r--r-- | trans/proxy-defpager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/trans/proxy-defpager.c b/trans/proxy-defpager.c index 9a8436ae..e2b15ea8 100644 --- a/trans/proxy-defpager.c +++ b/trans/proxy-defpager.c @@ -286,8 +286,6 @@ main (int argc, char **argv) if (bootstrap == MACH_PORT_NULL) error (1, 0, "Must be started as a translator"); - trivfs_fsid = getpid (); - err = trivfs_add_protid_port_class (&trivfs_protid_class); if (err) error (1, 0, "error creating protid port class"); |