remove dead code

This commit is contained in:
Oswald Buddenhagen
2009-05-04 19:10:01 +02:00
parent 04f6b3d807
commit 6e8fba465c

View File

@@ -42,16 +42,8 @@ QTextStream &operator<<(QTextStream &os, const GdbMi &mi)
return os << mi.toString();
}
//static void skipSpaces(const char *&from, const char *to)
//{
// while (from != to && QChar(*from).isSpace())
// ++from;
//}
void GdbMi::parseResultOrValue(const char *&from, const char *to)
{
//skipSpaces(from, to);
while (from != to && QChar(*from).isSpace())
++from;