X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fhashcomp.h;h=1dd1b3b9835d699df41ac5f72d106aaa2c278caf;hb=7f7ffef3b4d5dc6242918a48713d6fab96928a80;hp=f3b1ba6e99275614b74546cee9dc60c2ab49c420;hpb=0aa6c4134011006e6166c72d9c3162b054c01bbe;p=user%2Fhenk%2Fcode%2Finspircd.git 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