projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b63817
)
Remove unused text stream
author
Lars Knoll
<lars.knoll@digia.com>
Fri, 7 Feb 2014 14:13:17 +0000
(15:13 +0100)
committer
The 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
patch
|
blob
|
history
diff --git
a/src/qml/compiler/qv4ssa.cpp
b/src/qml/compiler/qv4ssa.cpp
index
3a38638
..
3177f73
100644
(file)
--- 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<UntypedTemp> knownOk;
QList<UntypedTemp> candidates = _defUses.defsUntyped();
while (!candidates.isEmpty()) {