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

Commit 23cc38d4 authored by Logan Chien's avatar Logan Chien Committed by Gerrit Code Review
Browse files

Merge "libutils: Cleanup unused class declaration"

parents 4bbcddf6 20f7dc70
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.