Valgrind: Remove MemcheckRunner::localHostAddressRetrieved() etc

It was only ever used to run second valgrindProcess()->setValgrindArguments
(fullValgrindArguments()) in the memcheck tool which was already done in
ValgrindRunner::start()

Change-Id: I95a6005e2131eea25215f17cd0e7244a3d8df12e
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
hjk
2016-02-02 16:23:51 +01:00
committed by Christian Kandeler
parent f4296d7504
commit f1ccad12dc
6 changed files with 0 additions and 19 deletions

View File

@@ -75,7 +75,6 @@ signals:
void finished(int, QProcess::ExitStatus);
void error(QProcess::ProcessError);
void processOutput(const QString &, Utils::OutputFormat format);
void localHostAddressRetrieved(const QHostAddress &localHostAddress);
private:
void handleRemoteStderr();