diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-28 06:32:45 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-28 06:32:45 +0000 |
commit | 000b8b342343e54f24c42eb925ded78bd7511216 (patch) | |
tree | c4dc3b5fd26549827285129c91f3c4f32082dc63 /src/module.cpp | |
parent | f439924aa29ac0ea2b050187aa4d63e48cb8f4c2 (diff) |
Removed mod_current_module, again, so far, no ill-effects...
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1809 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/module.cpp b/src/module.cpp index 877b966c5..027cddb0d 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -62,7 +62,6 @@ Module::Module(const std::string &mname, const std::string &creator) Module::~Module() { int i = 0; - mod_current_module = this; for (i = 0; i < NUM_LANGS; i++) this->DeleteLanguage(i); |