From 78b6ad984b846de7367e3d6042f0779906d5ab70 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 22 Aug 2016 17:03:59 +0200 Subject: [PATCH] Remove now unused assign() functions --- include/hashcomp.h | 8 -------- 1 file changed, 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(); } -- 2.39.5