From ef56d05069d0c510c9f95c6d36b1c5fd8c4dea00 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 23 Apr 2018 16:02:19 +0200 Subject: [PATCH] QmlProfiler: Remove unused member Change-Id: Ia8455ab851f50c9eb1f87ddf0b40c8d3d4e0318f Reviewed-by: Ulf Hermann --- src/plugins/qmlprofiler/flamegraphmodel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmlprofiler/flamegraphmodel.h b/src/plugins/qmlprofiler/flamegraphmodel.h index 666b498cacf..a3aa58b1881 100644 --- a/src/plugins/qmlprofiler/flamegraphmodel.h +++ b/src/plugins/qmlprofiler/flamegraphmodel.h @@ -110,7 +110,6 @@ private: FlameGraphData *m_compileStackTop; quint64 m_acceptedFeatures; - int m_modelId; QmlProfilerModelManager *m_modelManager; QSet m_typeIdsWithNotes;