Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee270761 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove TODOs for std::string removal." am: ceb7814c am: 7170d5bf am: 3db7ef01

am: c6ecd777

Change-Id: I2c36ff383fca7f1490eb2418fd1175db8ca9bc43
parents 6a8cb78a c6ecd777
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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:
+0 −1
Original line number Diff line number Diff line
@@ -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: