diff options
author | Sergio Giro <sgiro@google.com> | 2015-09-30 15:21:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-09-30 15:21:48 +0000 |
commit | e045333445ab3ebb8d602d25ed750169f135baa6 (patch) | |
tree | 9f0af28c06f5da7504d6c9aff3cba2b974fe3bad /include/utils | |
parent | 730fdbb1ca4c39a4d69868f7a261b023f2bea296 (diff) | |
parent | 282efae9c3d14ca2641e5fea223cb1be204feff1 (diff) |
Merge "system/core: remove methods returning SharedBuffer in String8, String16"
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/String16.h | 2 | ||||
-rw-r--r-- | include/utils/String8.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/utils/String16.h b/include/utils/String16.h index b2ab5dc11..9a67c7a5f 100644 --- a/include/utils/String16.h +++ b/include/utils/String16.h @@ -65,8 +65,6 @@ public: inline const char16_t* string() const; - const SharedBuffer* sharedBuffer() const; - size_t size() const; void setTo(const String16& other); status_t setTo(const char16_t* other); diff --git a/include/utils/String8.h b/include/utils/String8.h index a8a37db21..2a75b9886 100644 --- a/include/utils/String8.h +++ b/include/utils/String8.h @@ -28,7 +28,6 @@ namespace android { -class SharedBuffer; class String16; class TextOutput; @@ -69,7 +68,6 @@ public: inline bool isEmpty() const; size_t length() const; - const SharedBuffer* sharedBuffer() const; void clear(); |