summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fastos/src/vespa/fastos/unix_app.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fastos/src/vespa/fastos/unix_app.cpp b/fastos/src/vespa/fastos/unix_app.cpp
index 6129417cdb3..a6add890d95 100644
--- a/fastos/src/vespa/fastos/unix_app.cpp
+++ b/fastos/src/vespa/fastos/unix_app.cpp
@@ -75,10 +75,6 @@ bool FastOS_UNIX_Application::PreThreadInit ()
if (useProcessStarter()) {
_processStarter = new FastOS_UNIX_ProcessStarter(this);
- if (!_processStarter->Start()) {
- rc = false;
- fprintf(stderr, "could not start FastOS_UNIX_ProcessStarter\n");
- }
}
} else {
rc = false;