diff options
| author | 2017-07-30 19:20:35 +0100 | |
|---|---|---|
| committer | 2017-08-13 16:34:12 +0100 | |
| commit | 0d2430cc5fb0d5d53d68fc09570cb7231c4e7c65 (patch) | |
| tree | 7a3ae00f866947c7f7c75a8592864ca441b4f585 /include/hashcomp.h | |
| parent | Change the maximum nick/user size to match other implementations. (diff) | |
Remove <alias:matchcase> and associated code.
This was never documented and seems pretty useless.
Diffstat (limited to 'include/hashcomp.h')
| -rw-r--r-- | include/hashcomp.h | 4 |
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 |
