forked from qt-creator/qt-creator
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:
@@ -205,8 +205,6 @@ void ValgrindProcess::connected()
|
||||
{
|
||||
QTC_ASSERT(m_remote.m_connection->state() == QSsh::SshConnection::Connected, return);
|
||||
|
||||
emit localHostAddressRetrieved(m_remote.m_connection->connectionInfo().localAddress);
|
||||
|
||||
// connected, run command
|
||||
QString cmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user