Remove unused text stream
authorLars Knoll <lars.knoll@digia.com>
Fri, 7 Feb 2014 14:13:17 +0000 (15:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 22 Feb 2014 09:11:29 +0000 (10:11 +0100)
Change-Id: I23a1f5f2c6f782fab315db4725412a9473178b70
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/compiler/qv4ssa.cpp

index 3a38638..3177f73 100644 (file)
@@ -2209,9 +2209,6 @@ public:
 
     void run(Function *f)
     {
-
-        QTextStream os(stderr, QIODevice::WriteOnly);
-
         QVector<UntypedTemp> knownOk;
         QList<UntypedTemp> candidates = _defUses.defsUntyped();
         while (!candidates.isEmpty()) {