diff options
-rw-r--r-- | exec/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exec/main.c b/exec/main.c index 1ed7763e..2658df59 100644 --- a/exec/main.c +++ b/exec/main.c @@ -230,11 +230,6 @@ main (int argc, char **argv) /* Reply to our parent. */ err = trivfs_startup (bootstrap, 0, - trivfs_control_class, port_bucket, - trivfs_protid_class, port_bucket, &fsys); - - /* Reply to our parent. */ - err = trivfs_startup (bootstrap, 0, trivfs_control_class, port_bucket, trivfs_protid_class, port_bucket, &fsys); |