aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4string_p.h')
-rw-r--r--src/qml/jsruntime/qv4string_p.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/qml/jsruntime/qv4string_p.h b/src/qml/jsruntime/qv4string_p.h
index 3bcf1bdae1..56acd1f199 100644
--- a/src/qml/jsruntime/qv4string_p.h
+++ b/src/qml/jsruntime/qv4string_p.h
@@ -81,19 +81,6 @@ struct Q_QML_PRIVATE_EXPORT String : public Managed {
private:
QChar *recursiveAppend(QChar *ch) const;
};
- struct {
- union {
- mutable QStringData *text;
- mutable String *left;
- };
- union {
- mutable Identifier *identifier;
- mutable String *right;
- };
- mutable uint stringHash;
- mutable uint largestSubLength;
- uint len;
- } __data;
// ### FIXME: Should this be a V4_OBJECT
V4_OBJECT(QV4::Managed)
Q_MANAGED_TYPE(String)