Revert "raw_ostream: << operator for callables with raw_stream argument"
[oota-llvm.git] / lib / Support / raw_ostream.cpp
index 5b1dceca0bfc8e13bcfa53c1257d7f07517d049f..49ef400c5f2d7d32c1c8bc79cb72b942f58f8ae3 100644 (file)
@@ -264,10 +264,6 @@ raw_ostream &raw_ostream::operator<<(double N) {
   return this->operator<<(format("%e", N));
 }
 
-raw_ostream &raw_ostream::operator<<(Printable P) {
-  P(*this);
-  return *this;
-}
 
 
 void raw_ostream::flush_nonempty() {