diff options
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 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()); |