diff options
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/module.cpp b/src/module.cpp index d0929bfdd..de72c7f64 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -69,12 +69,6 @@ Module::~Module() remove(this->filename.c_str()); - if (this->handle) - { - if ((ano_modclose(this->handle)) != 0) - alog("%s", ano_moderr()); - } - int idx; CommandHash *current = NULL; EvtHookHash *ehcurrent = NULL; |