diff options
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/module.cpp b/src/module.cpp index 5676b16fb..d0929bfdd 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -86,9 +86,6 @@ Module::~Module() /* Kill any active callbacks this module has */ moduleCallBackPrepForUnload(this->name.c_str()); - /* Remove any stored data this module has */ - moduleDelAllDataMod(this); - /** * ok, im going to walk every hash looking for commands we own, now, not exactly elegant or efficiant :) **/ |