Valgrind: Remove unused ValgrindRunner::Private:workingDirectory

This is covered now be the debuggee member.

Change-Id: Id2983e2b8d74236249263fdd4b867bd310bf20cc
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
hjk
2016-01-29 17:04:08 +01:00
parent 3d9409311f
commit 75b6dc018b

View File

@@ -56,7 +56,6 @@ public:
QString valgrindExecutable; QString valgrindExecutable;
QStringList valgrindArguments; QStringList valgrindArguments;
StandardRunnable debuggee; StandardRunnable debuggee;
QString workingdir;
bool useStartupProject = true; bool useStartupProject = true;
QSsh::SshConnectionParameters connParams; QSsh::SshConnectionParameters connParams;
}; };