Index: src/compiler/simplified-operator-unittest.cc |
diff --git a/src/compiler/simplified-operator-unittest.cc b/src/compiler/simplified-operator-unittest.cc |
index 4014f24e900c03dd47da63031581c3fd9de1150c..24d8bc5a00570a51b916d9aafd71c20a9e3a5828 100644 |
--- a/src/compiler/simplified-operator-unittest.cc |
+++ b/src/compiler/simplified-operator-unittest.cc |
@@ -11,14 +11,6 @@ namespace v8 { |
namespace internal { |
namespace compiler { |
-// TODO(bmeurer): Drop once we use std::ostream instead of our OStream. |
-inline std::ostream& operator<<(std::ostream& os, const ElementAccess& access) { |
- OStringStream ost; |
- ost << access; |
- return os << ost.c_str(); |
-} |
- |
- |
// ----------------------------------------------------------------------------- |
// Pure operators. |