aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4function_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4function_p.h')
-rw-r--r--src/qml/jsruntime/qv4function_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qml/jsruntime/qv4function_p.h b/src/qml/jsruntime/qv4function_p.h
index 5ecbd0a359..03529407ab 100644
--- a/src/qml/jsruntime/qv4function_p.h
+++ b/src/qml/jsruntime/qv4function_p.h
@@ -97,14 +97,6 @@ struct Q_QML_EXPORT Function {
}
};
-
-inline unsigned int Heap::CallContext::formalParameterCount() const
-{
- Q_ASSERT(v4Function);
- return v4Function->nFormals;
-}
-
-
}
QT_END_NAMESPACE