diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-05 13:34:32 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-05 13:35:06 (GMT) |
commit | 65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4 (patch) | |
tree | 1a21778b0792cb24ffdb97a0245cfb56609f621e /src/script | |
parent | 2ddf5be9627b7c93729838522bb37f47f41a6435 (diff) | |
download | Qt-65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4.zip Qt-65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4.tar.gz Qt-65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4.tar.bz2 |
kill dead code
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/qscriptextqobject.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/qscriptextqobject.cpp b/src/script/qscriptextqobject.cpp index 4522807..0a346f0 100644 --- a/src/script/qscriptextqobject.cpp +++ b/src/script/qscriptextqobject.cpp @@ -1883,8 +1883,6 @@ void QScript::QtFunction::execute(QScriptContextPrivate *context) return; } - QScriptValueImpl result = eng_p->undefinedValue(); - const QMetaObject *meta = qobj->metaObject(); QObject *thisQObject = context->thisObject().toQObject(); |