X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fhashcomp.h;h=1dd1b3b9835d699df41ac5f72d106aaa2c278caf;hb=8920cb1b9f2c0b50ca326e5fa0646db40acccdbc;hp=f3b1ba6e99275614b74546cee9dc60c2ab49c420;hpb=c0aba5b728b0a921d95ec120aa638dab1520b42f;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