summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index bda85182f..71f900654 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -108,13 +108,6 @@ namespace irc
bool CoreExport operator()(const std::string& a, const std::string& b) const;
};
- /** Joins the contents of a vector to a string.
- * @param sequence Zero or more items to join.
- * @param separator The character to place between the items, defaults to ' ' (space).
- * @return Joined string.
- */
- std::string CoreExport stringjoiner(const std::vector<std::string>& sequence, char separator = ' ');
-
/** irc::sepstream allows for splitting token seperated lists.
* Each successive call to sepstream::GetToken() returns
* the next token, until none remain, at which point the method returns