aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmlirbuilder_p.h
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2016-07-08 16:03:23 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-07-08 15:30:48 +0000
commit9ae9d5500c733692f3eb858a9f2a4082dcb975dd (patch)
treee2b197813aad3999d368c0a16ca23ea9a54026b3 /src/qml/compiler/qqmlirbuilder_p.h
parent0d10a2592a5c08a8c3cd637428b444936cab0de5 (diff)
IR: Remove unused QHash
Hasn't been used since it was introduced AFAICT. Change-Id: Id2691ae9abf1275319fdb618a5e3f8dd527ec72f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qqmlirbuilder_p.h')
-rw-r--r--src/qml/compiler/qqmlirbuilder_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/compiler/qqmlirbuilder_p.h b/src/qml/compiler/qqmlirbuilder_p.h
index 5a07684b9f..af5b3d4ed5 100644
--- a/src/qml/compiler/qqmlirbuilder_p.h
+++ b/src/qml/compiler/qqmlirbuilder_p.h
@@ -436,7 +436,6 @@ struct Q_QML_PRIVATE_EXPORT Document
quint32 unitFlags;
QQmlRefPointer<QV4::CompiledData::CompilationUnit> javaScriptCompilationUnit;
- QHash<int, QStringList> extraSignalParameters;
int registerString(const QString &str) { return jsGenerator.registerString(str); }
QString stringAt(int index) const { return jsGenerator.stringForIndex(index); }