| Index: test/unittests/compiler/graph-unittest.cc
|
| diff --git a/test/unittests/compiler/graph-unittest.cc b/test/unittests/compiler/graph-unittest.cc
|
| index 27f694af827717f93c29178ea28a09fa92932088..8d935f908697404a4f5ec420a057b8bbfb76523e 100644
|
| --- a/test/unittests/compiler/graph-unittest.cc
|
| +++ b/test/unittests/compiler/graph-unittest.cc
|
| @@ -17,18 +17,6 @@ using testing::StringMatchResultListener;
|
|
|
| namespace v8 {
|
| namespace internal {
|
| -
|
| -// TODO(bmeurer): Find a new home for these functions.
|
| -template <typename T>
|
| -inline std::ostream& operator<<(std::ostream& os, const Unique<T>& value) {
|
| - return os << *value.handle();
|
| -}
|
| -inline std::ostream& operator<<(std::ostream& os,
|
| - const ExternalReference& value) {
|
| - compiler::StaticParameterTraits<ExternalReference>::PrintTo(os, value);
|
| - return os;
|
| -}
|
| -
|
| namespace compiler {
|
|
|
| GraphTest::GraphTest(int num_parameters) : common_(zone()), graph_(zone()) {
|
|
|