diff --git a/lib/errorlogger.cpp b/lib/errorlogger.cpp index 697600d60..f3e81d96c 100644 --- a/lib/errorlogger.cpp +++ b/lib/errorlogger.cpp @@ -233,15 +233,13 @@ std::string ErrorLogger::ErrorMessage::toXML(bool verbose, int version) const // The xml format you get when you use --xml-version=2 else if (version == 2) { - // TODO: How should inconclusive messages be saved in the xml version 2? - if (_inconclusive) - return ""; - xml << " " << std::endl; for (std::list::const_reverse_iterator it = _callStack.rbegin(); it != _callStack.rend(); ++it) {