summaryrefslogtreecommitdiff
path: root/src/module.cpp
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-19 21:59:31 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-19 21:59:31 +0000
commit7723437a81ee0858a448ad599889469c4113dd57 (patch)
treef13ec2db84506c7767d25cd4f860e631ac94f890 /src/module.cpp
parent805253de3686a9710bebec05bf857974ae9a80e4 (diff)
Fix a few warnings. Also move split_usermask into cs_akick, as this is the only place it is used.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2119 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r--src/module.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/module.cpp b/src/module.cpp
index e080ac868..f5cc178d2 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -71,7 +71,6 @@ Module::~Module()
CommandHash *current = NULL;
Command *c;
- int status = 0;
/* Kill any active callbacks this module has */
moduleCallBackPrepForUnload(this->name.c_str());