diff options
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index 01c6641ae9..f9259944b4 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -728,13 +728,3 @@ void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) { } } // namespace art - -namespace std { - -template <typename T> -std::ostream& operator<<(std::ostream& os, const std::vector<T>& rhs) { -os << ::art::ToString(rhs); -return os; -} - -} // namespace std |