summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Streams.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-01-03 22:37:27 +0000
committerBill Wendling <isanbard@gmail.com>2007-01-03 22:37:27 +0000
commit4ec17c3951709eeae05d2e98edf72fa3fb0afe10 (patch)
tree85dd7547b2fdae09192701b897b965983809ac87 /llvm/lib/Support/Streams.cpp
parentbf671f17cb2df1495d3d3ab32d61d1c03f00df14 (diff)
downloadbcm5719-llvm-4ec17c3951709eeae05d2e98edf72fa3fb0afe10.tar.gz
bcm5719-llvm-4ec17c3951709eeae05d2e98edf72fa3fb0afe10.zip
The previous implementation of LLVM Streams wasn't removing symbols. This
one should. llvm-svn: 32845
Diffstat (limited to 'llvm/lib/Support/Streams.cpp')
-rw-r--r--llvm/lib/Support/Streams.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Streams.cpp b/llvm/lib/Support/Streams.cpp
index 3d20e9aea35..433f6b42418 100644
--- a/llvm/lib/Support/Streams.cpp
+++ b/llvm/lib/Support/Streams.cpp
@@ -16,7 +16,6 @@
#include <iostream>
using namespace llvm;
-OStream llvm::cnull;
OStream llvm::cout(std::cout);
OStream llvm::cerr(std::cerr);
IStream llvm::cin(std::cin);
OpenPOWER on IntegriCloud