aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-07-31 13:27:58 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-08-03 06:09:37 +0000
commit0b6461e8187e3c6dfdfe9fbe6373bf615a1d5319 (patch)
treea2f04f1c624335a5dee97ee275a54b2a3a3c085a /src/qml/compiler/qv4compileddata_p.h
parent4914b80f611cac866ce84f2f2fb1b8de24358417 (diff)
Minor cleanup in CompilationUnit::linkToEngine
This is the only call-site for linkBackendToEngine, which used to be a virtual function. There's no need anymore for an indirection, so we can inline the code. Change-Id: I79fe3d5a9c65cc8c05f108065017465270999de1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r--src/qml/compiler/qv4compileddata_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h
index c3cc38e193..e7d152c7f8 100644
--- a/src/qml/compiler/qv4compileddata_p.h
+++ b/src/qml/compiler/qv4compileddata_p.h
@@ -1132,8 +1132,6 @@ public:
static QString localCacheFilePath(const QUrl &url);
protected:
- void linkBackendToEngine(QV4::ExecutionEngine *engine);
-
quint32 totalStringCount() const
{ return data->stringTableSize; }