From 52ed38da366d98e462be6e4cc3b72ed455008745 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 4 Nov 2022 22:12:00 +0000 Subject: [PATCH] use binder_auto_utils.h ostream Bug: N/A Change-Id: I56f39241b35fc1962baf95f4a5c93aff1cbd705c Test: N/A --- audio/aidl/vts/TestUtils.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/audio/aidl/vts/TestUtils.h b/audio/aidl/vts/TestUtils.h index 2fc109a14b..5e4d56a9dd 100644 --- a/audio/aidl/vts/TestUtils.h +++ b/audio/aidl/vts/TestUtils.h @@ -21,15 +21,6 @@ #include #include -namespace ndk { - -std::ostream& operator<<(std::ostream& str, const ScopedAStatus& status) { - str << status.getDescription(); - return str; -} - -} // namespace ndk - namespace android::hardware::audio::common::testing { namespace detail {