diff options
| author | Simon Hausmann <simon.hausmann@digia.com> | 2014-07-17 15:56:30 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@digia.com> | 2014-07-22 13:49:21 +0200 |
| commit | b3fab495f514a3bd2d335276a022c0f3678f1cc4 (patch) | |
| tree | 3b6f6e17f4addd94bd95bf3fe3945c5398a05446 /src/qml/jsruntime/qv4script.cpp | |
| parent | 659e06f3a0c5a72154306c16abfeb177b2572e43 (diff) | |
Cleanup: Get rid of __data members
These are not needed anymore
Change-Id: Ib834aa294e84ca9fbdd5b6850d5bc172e8b54ba1
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4script.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4script.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp index 810e05c7f4..e08a63bd1f 100644 --- a/src/qml/jsruntime/qv4script.cpp +++ b/src/qml/jsruntime/qv4script.cpp @@ -180,10 +180,6 @@ struct CompilationUnitHolder : public Object } QV4::CompiledData::CompilationUnit *unit; }; - struct { - QV4::CompiledData::CompilationUnit *unit; - } __data; - V4_OBJECT(Object) |
