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

Commit dffc94f6 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

am: f6c6c0cd

Change-Id: Ief9a1314c05af5b26240e1568f79cbbdf5119cb7
parents 902a797c f6c6c0cd
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.