Merge "Remove TODOs for std::string removal." am: ceb7814c86
am: 7170d5bf24
am: 3db7ef0168
Change-Id: I527fa18f23bea5464481227bb35ec493be7eb199
This commit is contained in:
commit
c6ecd7770e
2 changed files with 0 additions and 2 deletions
|
@ -67,7 +67,6 @@ public:
|
|||
|
||||
inline const char16_t* string() const;
|
||||
|
||||
//TODO(b/35363681): remove
|
||||
private:
|
||||
static inline std::string std_string(const String16& str);
|
||||
public:
|
||||
|
|
|
@ -67,7 +67,6 @@ public:
|
|||
inline const char* c_str() const;
|
||||
inline const char* string() const;
|
||||
|
||||
// TODO(b/35363681): remove
|
||||
private:
|
||||
static inline std::string std_string(const String8& str);
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue