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

Commit 20f7dc70 authored by Logan Chien's avatar Logan Chien
Browse files

libutils: Cleanup unused class declaration

This commit removes unused class declaration for SharedBuffer and
TextOutput.  SharedBuffer has become internal implementation details
since 282efae9.  TextOutput usages have been removed since 9eb2a3b1.

Test: AOSP and master build w/o problems
Change-Id: I1871c4919a46f1ea8f41fb7eb79b4dc800b6f6f4
parent 76adcdf6
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.