Remove TODOs for std::string removal.
This is baked into too many prebuilts. Perhaps eventually it can be removed, but this is very unlikely. Change-Id: Ie3f0095a7b48c8b60e548cf2d32d2d95c108b5fb Fixes: 35363681
This commit is contained in:
parent
8e7942cbd1
commit
c8ddc2bad0
|
@ -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 New Issue