forked from qt-creator/qt-creator
QmlProfiler: Remove dead code.
Change-Id: Ib44094740e93f1389c3caa07371866714a375f04 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -189,9 +189,6 @@ void QmlProfilerFileReader::loadEventData(QXmlStreamReader &stream)
|
||||
QTC_ASSERT(stream.name() == _("eventData"), return);
|
||||
|
||||
QXmlStreamAttributes attributes = stream.attributes();
|
||||
if (attributes.hasAttribute(_("totalTime"))) {
|
||||
// not used any more
|
||||
}
|
||||
|
||||
int eventIndex = -1;
|
||||
QmlEvent event = {
|
||||
|
||||
Reference in New Issue
Block a user