Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2593e104 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Remove String16 operator<<, now provided in header" am:...

Merge "Merge "Remove String16 operator<<, now provided in header" am: 35d04c27 am: f1e69505" into qt-qpr1-dev-plus-aosp
parents 03cebe32 2f29a7c9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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();
}