forked from qt-creator/qt-creator
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user