Refactor tests to verify that a single folly target can be used successfully
[folly.git] / folly / Range.cpp
index aa94d58364771b5a2282c9c6a4832c31fe6a695f..bf4e28d0f7f23954e39e7d96a8cff9ffde2a6aa6 100644 (file)
@@ -32,16 +32,6 @@ namespace folly {
 const AsciiCaseSensitive asciiCaseSensitive = AsciiCaseSensitive();
 const AsciiCaseInsensitive asciiCaseInsensitive = AsciiCaseInsensitive();
 
-std::ostream& operator<<(std::ostream& os, const StringPiece piece) {
-  os.write(piece.start(), piece.size());
-  return os;
-}
-
-std::ostream& operator<<(std::ostream& os, const MutableStringPiece piece) {
-  os.write(piece.start(), piece.size());
-  return os;
-}
-
 namespace {
 
 // It's okay if pages are bigger than this (as powers of two), but they should