Merge "libutils: Cleanup unused class declaration"
This commit is contained in:
commit
23cc38d440
2 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,7 @@ namespace android {
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class SharedBuffer;
|
||||
class String8;
|
||||
class TextOutput;
|
||||
|
||||
//! This is a string holding UTF-16 characters.
|
||||
class String16
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue