summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-02-11 23:24:32 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-02-11 23:24:32 +0000
commit2f29a7c93bea6d6806b09bde38b4a475edd620c7 (patch)
treea504dd6e4945d217d0301d81cc48ed4b69169f9c
parent88fffb6ad62d7dc5d3f263acf5e54e6e6808bef6 (diff)
parentf1e69505107af67493141d8b1e55062aa3f72145 (diff)
Merge "Remove String16 operator<<, now provided in header" am: 35d04c27ee am: f1e6950510
Change-Id: I3b65daf966f8707e24598d9ded93d2e755acf907
-rw-r--r--libs/androidfw/tests/CommonHelpers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/androidfw/tests/CommonHelpers.h b/libs/androidfw/tests/CommonHelpers.h
index c160fbba4c01..8af13f20fb0d 100644
--- a/libs/androidfw/tests/CommonHelpers.h
+++ b/libs/androidfw/tests/CommonHelpers.h
@@ -44,10 +44,6 @@ static inline ::std::ostream& operator<<(::std::ostream& out, const String8& str
return out << str.string();
}
-static inline ::std::ostream& operator<<(::std::ostream& out, const String16& str) {
- return out << String8(str).string();
-}
-
static inline ::std::ostream& operator<<(::std::ostream& out, const ResTable_config& c) {
return out << c.toString();
}