Remove inconsistently used isValidUTF8 helper

This commit is contained in:
Alex Beregszaszi
2020-07-27 18:21:17 +01:00
parent 5bfcc1ffcc
commit 6fe8e63eee
2 changed files with 1 additions and 8 deletions
-2
View File
@@ -629,8 +629,6 @@ public:
std::string toString(bool) const override;
TypePointer mobileType() const override;
bool isValidUTF8() const;
std::string const& value() const { return m_value; }
protected: