diff options
Diffstat (limited to 'src/qml/compiler/qv4jsir_p.h')
-rw-r--r-- | src/qml/compiler/qv4jsir_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/compiler/qv4jsir_p.h b/src/qml/compiler/qv4jsir_p.h index 66528e8bc1..aa1d579b35 100644 --- a/src/qml/compiler/qv4jsir_p.h +++ b/src/qml/compiler/qv4jsir_p.h @@ -70,10 +70,6 @@ class QQmlPropertyCache; class QQmlEnginePrivate; namespace QV4 { -struct ExecutionContext; -} - -namespace QV4 { inline bool isNegative(double d) { |