From 6e22fb5616dbacad58cc55544a00efece0477a9a Mon Sep 17 00:00:00 2001 From: Esa Peuha Date: Thu, 4 Feb 2016 20:11:42 +0100 Subject: exec: remove duplicate function call * exec/main.c (main) Remove second call to trivfs_startup from commit a5d384c. --- exec/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'exec/main.c') diff --git a/exec/main.c b/exec/main.c index 1ed7763e..2658df59 100644 --- a/exec/main.c +++ b/exec/main.c @@ -228,11 +228,6 @@ main (int argc, char **argv) execboot_portclass = ports_create_class (deadboot, NULL); - /* 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, -- cgit v1.2.3