aboutsummaryrefslogtreecommitdiff
path: root/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
commitfcf17a30961ac3dfee893c323f7b9ae5fe012957 (patch)
treef639b7fb6cb5751b76f837dd45ddca357b6e72e2 /lib/Support/Streams.cpp
parent118dfcd03a92a912e55bb33d14f302175ef6c5ee (diff)
The previous implementation of LLVM Streams wasn't removing symbols. This
one should. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Streams.cpp')
-rw-r--r--lib/Support/Streams.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/Streams.cpp b/lib/Support/Streams.cpp
index 3d20e9aea3..433f6b4241 100644
--- a/lib/Support/Streams.cpp
+++ b/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);