summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-06-02 06:00:35 +0000
committerFangrui Song <maskray@google.com>2018-06-02 06:00:35 +0000
commit8ca769d20475a2a8e465e66ef66771ca2db95920 (patch)
tree4970a6af4f571d1ae52108690ac3c2b61bde0b32 /llvm/lib/Support/raw_ostream.cpp
parent7177528783547d0178256ce554f1335deb08e4be (diff)
downloadbcm5719-llvm-8ca769d20475a2a8e465e66ef66771ca2db95920.tar.gz
bcm5719-llvm-8ca769d20475a2a8e465e66ef66771ca2db95920.zip
[Support] Remove unused raw_ostream::handle whose anchor role was superseded by anchor()
llvm-svn: 333817
Diffstat (limited to 'llvm/lib/Support/raw_ostream.cpp')
-rw-r--r--llvm/lib/Support/raw_ostream.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp
index a4ab75c2735..3de063449f7 100644
--- a/llvm/lib/Support/raw_ostream.cpp
+++ b/llvm/lib/Support/raw_ostream.cpp
@@ -75,9 +75,6 @@ raw_ostream::~raw_ostream() {
delete [] OutBufStart;
}
-// An out of line virtual method to provide a home for the class vtable.
-void raw_ostream::handle() {}
-
size_t raw_ostream::preferred_buffer_size() const {
// BUFSIZ is intended to be a reasonable default.
return BUFSIZ;
OpenPOWER on IntegriCloud