summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-07-30 19:20:35 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-13 16:34:12 +0100
commit0d2430cc5fb0d5d53d68fc09570cb7231c4e7c65 (patch)
tree7a3ae00f866947c7f7c75a8592864ca441b4f585 /include
parent56fe5d6f2fb4097a9d83f1d4b60fc2ddc2051844 (diff)
Remove <alias:matchcase> and associated code.
This was never documented and seems pretty useless.
Diffstat (limited to 'include')
-rw-r--r--include/hashcomp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index f3b1ba6e9..1dd1b3b98 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -64,10 +64,6 @@ CoreExport extern unsigned const char rfc_case_insensitive_map[256];
*/
CoreExport extern unsigned const char ascii_case_insensitive_map[256];
-/** Case sensitive (identity) map.
- */
-CoreExport extern unsigned const char rfc_case_sensitive_map[256];
-
/** The irc namespace contains a number of helper classes.
*/
namespace irc