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 String8;
|
||||||
class TextOutput;
|
|
||||||
|
|
||||||
//! This is a string holding UTF-16 characters.
|
//! This is a string holding UTF-16 characters.
|
||||||
class String16
|
class String16
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
namespace android {
|
namespace android {
|
||||||
|
|
||||||
class String16;
|
class String16;
|
||||||
class TextOutput;
|
|
||||||
|
|
||||||
//! This is a string holding UTF-8 characters. Does not allow the value more
|
//! This is a string holding UTF-8 characters. Does not allow the value more
|
||||||
// than 0x10FFFF, which is not valid unicode codepoint.
|
// than 0x10FFFF, which is not valid unicode codepoint.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue