summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
-rw-r--r--src/corelib/io/qprocess.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index fb769ef74c..58e0172d63 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -1142,7 +1142,6 @@ bool QProcessPrivate::_q_startupNotification()
q->setProcessState(QProcess::NotRunning);
setErrorAndEmit(QProcess::FailedToStart, errorMessage);
#ifdef Q_OS_UNIX
- // make sure the process manager removes this entry
waitForDeadChild();
findExitCode();
#endif
@@ -1197,7 +1196,6 @@ QProcess::~QProcess()
waitForFinished();
}
#ifdef Q_OS_UNIX
- // make sure the process manager removes this entry
d->findExitCode();
#endif
d->cleanup();