Debugger: Remove unneeded code in the protocol implementation

Change-Id: I53ee9300c0355b01c2fb57d527725ae5c6a5ef8f
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-02-17 17:11:54 +01:00
parent 030c380444
commit 6d9aa0f46e
2 changed files with 0 additions and 6 deletions

View File

@@ -64,11 +64,6 @@ void skipCommas(const char *&from, const char *to)
++from;
}
QTextStream &operator<<(QTextStream &os, const GdbMi &mi)
{
return os << mi.toString();
}
void GdbMi::parseResultOrValue(const char *&from, const char *to)
{
while (from != to && isspace(*from))