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

Commit f6c6c0cd authored by Logan Chien's avatar Logan Chien Committed by android-build-merger
Browse files

Merge "libutils: Cleanup unused class declaration" am: 23cc38d4

am: d38831e1

Change-Id: I4a90538afecc28ec18e9057b860d1aafc00696d5
parents d6e3b9a5 d38831e1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,9 +35,7 @@ namespace android {

// ---------------------------------------------------------------------------

class SharedBuffer;
class String8;
class TextOutput;

//! This is a string holding UTF-16 characters.
class String16
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
namespace android {

class String16;
class TextOutput;

//! This is a string holding UTF-8 characters. Does not allow the value more
// than 0x10FFFF, which is not valid unicode codepoint.