summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-08-22 16:32:51 +0200
committerAttila Molnar <attilamolnar@hush.com>2016-08-22 16:32:51 +0200
commit0612de153ff8a731992fee0d1812295cd98c6e8d (patch)
tree6015abf9fe612d7093aa7708c2bbdb3b83edd177 /include
parent0424d98e0e6cbf139da4209aaacfd5585308f0ba (diff)
Remove unused irc::hash
Diffstat (limited to 'include')
-rw-r--r--include/hashcomp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 7f6956bfc..5b2c7215e 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -337,15 +337,6 @@ namespace irc
*/
long GetToken();
};
-
- struct hash
- {
- /** Hash an irc::string using RFC1459 case sensitivity rules
- * @param s A string to hash
- * @return The hash value
- */
- size_t CoreExport operator()(const irc::string &s) const;
- };
}
/* Define operators for using >> and << with irc::string to an ostream on an istream. */