diff options
author | Adam <Adam@anope.org> | 2014-12-29 17:26:20 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-12-29 17:26:20 -0500 |
commit | 8ab1c71d7dc7a0d47e5711dc72e3fc9c3ee850bb (patch) | |
tree | d65f46a60e49d51ee1f0192de22c35e3cdd322c9 /src/main.cpp | |
parent | ed920366d69801bab7fc276fa24296b7f1264ff2 (diff) |
Allow configuring casemaps
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1f4434f18..65fb8d3f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -116,9 +116,6 @@ static Anope::string GetFullProgDir(const Anope::string &argv0) int main(int ac, char **av, char **envp) { - /* String comparisons won't work until we build the case map cache, so do it first */ - Anope::CaseMapRebuild(); - BinaryDir = GetFullProgDir(av[0]); if (BinaryDir[BinaryDir.length() - 1] == '.') BinaryDir = BinaryDir.substr(0, BinaryDir.length() - 2); |