debugger: remove unued gnutarget parameter

Change-Id: Ic1c663bb11f7bf9420b35686ddeb581d31242b7f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-07-25 03:43:14 +02:00
parent 26e7ed14b7
commit 6cbcdf243f
4 changed files with 0 additions and 14 deletions

View File

@@ -2724,8 +2724,6 @@ static QString formatStartParameters(DebuggerStartParameters &sp)
str << "Remote mount point: " << sp.remoteMountPoint
<< " Local: " << sp.localMountDir << '\n';
}
if (!sp.gnuTarget.isEmpty())
str << "Gnu target: " << sp.gnuTarget << '\n';
str << "Sysroot: " << sp.sysRoot << '\n';
str << "Debug Source Location: " << sp.debugSourceLocation.join(QLatin1String(":")) << '\n';
str << "Symbol file: " << sp.symbolFileName << '\n';