diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-18 15:59:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-18 15:59:23 +0000 |
commit | d546725cb683f010b6090df78a54f6b943efd034 (patch) | |
tree | 53dc7e579f105c1d3d6a3bdef509b9a9ee29cffc /include/inspircd.h | |
parent | 71b73c76bc0fb46a982a5d1611aa24e9b678b03c (diff) |
Move lowermap[] into a pre-initialised const array in hashcomp.h,
get rid of InspIRCd::MakeLowertab()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4951 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 77a1e45ac..44f5b519c 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -189,10 +189,6 @@ class InspIRCd : public classbase */ bool DaemonSeed(); - /** Build the upper/lowercase comparison table - */ - void MakeLowerMap(); - /** Moves the given module to the last slot in the list * @param modulename The module name to relocate */ |