summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-06-05 13:34:32 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-06-05 13:35:06 (GMT)
commit65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4 (patch)
tree1a21778b0792cb24ffdb97a0245cfb56609f621e /src/script
parent2ddf5be9627b7c93729838522bb37f47f41a6435 (diff)
downloadQt-65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4.zip
Qt-65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4.tar.gz
Qt-65f6422401f7dfeb5f3a7fcc3791528b4cf2cee4.tar.bz2
kill dead code
Diffstat (limited to 'src/script')
-rw-r--r--src/script/qscriptextqobject.cpp2
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();