diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 17:56:39 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 17:56:39 +0000 |
commit | 8784fa995e7e9aaf2f1ecf9f40daef1172580ccd (patch) | |
tree | a0fe795b748b4204c8f3c503810f6ff9428d5604 /src/module.cpp | |
parent | b2b0e1d235686ff8389d2930a53366abefd1bb9d (diff) |
Remove moduleAddData|GetData|DelData and all associated mess. Extensible base replaces all this in a much cleaner and more transparent fashion.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1706 5417fbe8-f217-4b02-8779-1006273d7864
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 :) **/ |