Merge "libutils: Cleanup unused class declaration"

This commit is contained in:
Logan Chien 2017-11-28 02:16:50 +00:00 committed by Gerrit Code Review
commit 23cc38d440
2 changed files with 0 additions and 3 deletions

View file

@ -35,9 +35,7 @@ namespace android {
// ---------------------------------------------------------------------------
class SharedBuffer;
class String8;
class TextOutput;
//! This is a string holding UTF-16 characters.
class String16

View file

@ -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.