summaryrefslogtreecommitdiffstats
path: root/libutils/include
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2017-11-22 18:31:10 +0800
committerLogan Chien <loganchien@google.com>2017-11-22 18:31:10 +0800
commit20f7dc7041e192da28e62ce93e16b122b14ccc5e (patch)
tree2cf3b170e71bc3a4aba2105a5c8795fcca470e56 /libutils/include
parent76adcdf6883e2d5230ef2a7cd0f41a22d69fafca (diff)
downloadsystem_core-20f7dc7041e192da28e62ce93e16b122b14ccc5e.tar.gz
system_core-20f7dc7041e192da28e62ce93e16b122b14ccc5e.tar.bz2
system_core-20f7dc7041e192da28e62ce93e16b122b14ccc5e.zip
libutils: Cleanup unused class declaration
This commit removes unused class declaration for SharedBuffer and TextOutput. SharedBuffer has become internal implementation details since 282efae9c. TextOutput usages have been removed since 9eb2a3b1. Test: AOSP and master build w/o problems Change-Id: I1871c4919a46f1ea8f41fb7eb79b4dc800b6f6f4
Diffstat (limited to 'libutils/include')
-rw-r--r--libutils/include/utils/String16.h2
-rw-r--r--libutils/include/utils/String8.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/libutils/include/utils/String16.h b/libutils/include/utils/String16.h
index cb3d338f2..15ed19fb8 100644
--- a/libutils/include/utils/String16.h
+++ b/libutils/include/utils/String16.h
@@ -35,9 +35,7 @@ namespace android {
// ---------------------------------------------------------------------------
-class SharedBuffer;
class String8;
-class TextOutput;
//! This is a string holding UTF-16 characters.
class String16
diff --git a/libutils/include/utils/String8.h b/libutils/include/utils/String8.h
index 1f3e5d865..0225c6be6 100644
--- a/libutils/include/utils/String8.h
+++ b/libutils/include/utils/String8.h
@@ -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.