summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-06-12 10:45:21 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-07-16 10:03:42 +0000
commitc73c86e1a3346c86bb868396d7d5be905a313e0c (patch)
treeea7fa73a51dfb525d7e6757fba8485a9c15f2655 /src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h
parentc679b3202a8622b47d4508799e6eb0cbb80d5f24 (diff)
downloadqt-creator-c73c86e1a3346c86bb868396d7d5be905a313e0c.tar.gz
QmlProfiler: Remove extra file cache
The FileInProjectFinder has its own cache. We don't need to duplicate it. Change-Id: I90450ac734953e3747e55cb74505dd48e5f22f6e Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h b/src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h
index e58c336cfd..c0a69eaaa4 100644
--- a/src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h
+++ b/src/plugins/qmlprofiler/qmlprofilerdetailsrewriter.h
@@ -60,7 +60,6 @@ private:
QMultiHash<QString, PendingEvent> m_pendingEvents;
Utils::FileInProjectFinder m_projectFinder;
- QHash<QString, QString> m_filesCache;
void rewriteDetailsForLocation(const QString &source, QmlJS::Document::Ptr doc, int typeId,
const QmlEventLocation &location);