diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:02:25 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:02:25 (GMT) |
commit | 1962eaef07cb3adf73e7d8815ac470f62003a192 (patch) | |
tree | 86b13f69b3dacce41aaad1656e10f674d087fec1 /src/declarative/qml/qmlcompileddata.cpp | |
parent | 1734f968773fade53a73c8ce04ea86de8df0b875 (diff) | |
download | Qt-1962eaef07cb3adf73e7d8815ac470f62003a192.zip Qt-1962eaef07cb3adf73e7d8815ac470f62003a192.tar.gz Qt-1962eaef07cb3adf73e7d8815ac470f62003a192.tar.bz2 |
Small cleanups
Diffstat (limited to 'src/declarative/qml/qmlcompileddata.cpp')
-rw-r--r-- | src/declarative/qml/qmlcompileddata.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/qml/qmlcompileddata.cpp b/src/declarative/qml/qmlcompileddata.cpp index 0834794..0563891 100644 --- a/src/declarative/qml/qmlcompileddata.cpp +++ b/src/declarative/qml/qmlcompileddata.cpp @@ -50,8 +50,6 @@ QT_BEGIN_NAMESPACE -DEFINE_BOOL_CONFIG_OPTION(compilerDump, QML_COMPILER_DUMP); - int QmlCompiledData::pack(const char *data, size_t size) { const char *p = packData.constData(); @@ -193,9 +191,6 @@ const QMetaObject *QmlCompiledData::TypeReference::metaObject() const void QmlCompiledData::dumpInstructions() { - if (!compilerDump()) - return; - if (!name.isEmpty()) qWarning() << name; qWarning() << "Index\tLine\tOperation\t\tData1\tData2\t\tComments"; |