aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Streams.cpp
diff options
context:
space:
mode:
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);