Index: src/compiler/machine-operator-unittest.cc |
diff --git a/src/compiler/machine-operator-unittest.cc b/src/compiler/machine-operator-unittest.cc |
index cb93ce76c6115b9edb49b332c62ab0f1a3375bd0..b42214c14705f85c636d435f71f131af4940678a 100644 |
--- a/src/compiler/machine-operator-unittest.cc |
+++ b/src/compiler/machine-operator-unittest.cc |
@@ -12,20 +12,6 @@ namespace compiler { |
#if GTEST_HAS_COMBINE |
-// TODO(bmeurer): Find a new home for these. |
-inline std::ostream& operator<<(std::ostream& os, const MachineType& type) { |
- OStringStream ost; |
- ost << type; |
- return os << ost.c_str(); |
-} |
-inline std::ostream& operator<<(std::ostream& os, |
- const WriteBarrierKind& write_barrier_kind) { |
- OStringStream ost; |
- ost << write_barrier_kind; |
- return os << ost.c_str(); |
-} |
- |
- |
template <typename T> |
class MachineOperatorTestWithParam |
: public ::testing::TestWithParam< ::testing::tuple<MachineType, T> > { |