forked from qt-creator/qt-creator
Debugger: Remove unneeded code in the protocol implementation
Change-Id: I53ee9300c0355b01c2fb57d527725ae5c6a5ef8f Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -64,11 +64,6 @@ void skipCommas(const char *&from, const char *to)
|
|||||||
++from;
|
++from;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextStream &operator<<(QTextStream &os, const GdbMi &mi)
|
|
||||||
{
|
|
||||||
return os << mi.toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
void GdbMi::parseResultOrValue(const char *&from, const char *to)
|
void GdbMi::parseResultOrValue(const char *&from, const char *to)
|
||||||
{
|
{
|
||||||
while (from != to && isspace(*from))
|
while (from != to && isspace(*from))
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
#ifndef DEBUGGER_PROTOCOL_H
|
#ifndef DEBUGGER_PROTOCOL_H
|
||||||
#define DEBUGGER_PROTOCOL_H
|
#define DEBUGGER_PROTOCOL_H
|
||||||
|
|
||||||
#include <QVariant>
|
|
||||||
#include <QTime>
|
#include <QTime>
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|||||||
Reference in New Issue
Block a user