diff options
-rw-r--r-- | include/hashcomp.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index aa204ace6..464fb16de 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -416,11 +416,3 @@ inline bool operator!= (const std::string& leftval, const irc::string& rightval) { return !(leftval.c_str() == rightval); } - -/** Assign an irc::string to a std::string. - */ -inline std::string assign(const irc::string &other) { return other.c_str(); } - -/** Assign a std::string to an irc::string. - */ -inline irc::string assign(const std::string &other) { return other.c_str(); } |