Merge "libutils: Cleanup unused class declaration"
am: 23cc38d440
Change-Id: I93c1e2f9fc1d2c5ee6b1a6310952a4f7824b88a4
This commit is contained in:
commit
d38831e107
|
@ -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 New Issue