diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tag_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tag_string.h b/include/tag_string.h index 1daa0c2c6b..964e1532ee 100644 --- a/include/tag_string.h +++ b/include/tag_string.h @@ -36,9 +36,6 @@ public: tag_string(const std::string& str); tag_string(std::string&& str = ""); - bool operator==(const std::string& rhs) const; - bool operator!=(const std::string& rhs) const; - operator std::string&(); operator const std::string&() const; const std::string& get() const; |
