diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 08:13:44 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 08:13:44 (GMT) |
commit | a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd (patch) | |
tree | 93d61bae106349e90959b2e5db3d1f636ad8ccfb /src/declarative/qml/qmlinstruction_p.h | |
parent | e7c9b51fecc78d8b2f592013513e07a8c0047a2e (diff) | |
download | Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.zip Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.tar.gz Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.tar.bz2 |
Remove AssignStackObject instruction
Diffstat (limited to 'src/declarative/qml/qmlinstruction_p.h')
-rw-r--r-- | src/declarative/qml/qmlinstruction_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlinstruction_p.h b/src/declarative/qml/qmlinstruction_p.h index 47a8d76..abefd6c 100644 --- a/src/declarative/qml/qmlinstruction_p.h +++ b/src/declarative/qml/qmlinstruction_p.h @@ -139,10 +139,8 @@ public: // Expression optimizations // // PushProperty - Save the property for later use - // AssignStackObject - Assign the stack object // StoreStackObject - Assign the stack object (no checks) PushProperty, /* pushProperty */ - AssignStackObject, /* assignStackObject */ StoreStackObject /* assignStackObject */ }; QmlInstruction() |