DebuggerRunParameters: Remove remoteSourcesDir, [remote|local]MountPoint

Those variables are unused except for debugging output since more than
1 year.

ed1483741e

Change-Id: I052fd042901401641c784eb66ab017a8f31f844e
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Daniel Teske
2015-06-15 12:48:49 +02:00
parent eeb77ee827
commit 59b57518f3
2 changed files with 0 additions and 8 deletions

View File

@@ -2302,11 +2302,6 @@ static QString formatStartParameters(DebuggerRunParameters &sp)
<< sp.qmlServerPort << '\n';
if (!sp.remoteChannel.isEmpty()) {
str << "Remote: " << sp.remoteChannel << '\n';
if (!sp.remoteSourcesDir.isEmpty())
str << "Remote sources: " << sp.remoteSourcesDir << '\n';
if (!sp.remoteMountPoint.isEmpty())
str << "Remote mount point: " << sp.remoteMountPoint
<< " Local: " << sp.localMountDir << '\n';
}
str << "Sysroot: " << sp.sysRoot << '\n';
str << "Debug Source Location: " << sp.debugSourceLocation.join(QLatin1Char(':')) << '\n';