diff options
author | Sergio Giro <sgiro@google.com> | 2015-09-30 20:04:50 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-09-30 20:04:50 +0000 |
commit | b5a00d6b2e9a386701cf9f3f5997837496a5aa57 (patch) | |
tree | 0b67f3ac647272a09cdaa2fa5c367e70d53a1bb0 /include/utils | |
parent | 0e7fb13d57d50ebf104943b2dc720a40c3fc284d (diff) | |
parent | e045333445ab3ebb8d602d25ed750169f135baa6 (diff) |
am e0453334: Merge "system/core: remove methods returning SharedBuffer in String8, String16"
* commit 'e045333445ab3ebb8d602d25ed750169f135baa6':
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(); |