QmlProfiler: Remove unused "gap" feature

Change-Id: Ie3efdf4a7b54e470b6a3d3a7ab78277b7ab19218
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-11-18 10:22:53 +01:00
parent 7b4e253a1e
commit 4416acc16d
2 changed files with 0 additions and 6 deletions

View File

@@ -73,8 +73,6 @@ public:
using namespace QmlDebug;
static const int GAP_TIME = 150;
void QmlProfilerTraceClientPrivate::sendRecordingStatus(int engineId)
{
QPacket stream(q->connection()->currentDataStreamVersion());
@@ -213,9 +211,6 @@ void QmlProfilerTraceClient::messageReceived(const QByteArray &data)
else
subtype = -1;
if (time > (d->maximumTime + GAP_TIME) && 0 == d->inProgressRanges)
emit gap(time);
switch (messageType) {
case Event: {
switch (subtype) {