From 2f3ffc875628b6a90102588f1684c4ba80e128a4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 7 Feb 2014 15:13:17 +0100 Subject: [PATCH] Remove unused text stream Change-Id: I23a1f5f2c6f782fab315db4725412a9473178b70 Reviewed-by: Simon Hausmann --- src/qml/compiler/qv4ssa.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qml/compiler/qv4ssa.cpp b/src/qml/compiler/qv4ssa.cpp index 3a3863860..3177f7304 100644 --- a/src/qml/compiler/qv4ssa.cpp +++ b/src/qml/compiler/qv4ssa.cpp @@ -2209,9 +2209,6 @@ public: void run(Function *f) { - - QTextStream os(stderr, QIODevice::WriteOnly); - QVector knownOk; QList candidates = _defUses.defsUntyped(); while (!candidates.isEmpty()) { -- 2.34.1