1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 07:16:39 +02:00

Fixed a few Windows problems with cleaning out the runtime directory

This commit is contained in:
Adam
2010-06-21 00:02:57 -04:00
parent 17040c088a
commit 16854ae793
3 changed files with 32 additions and 32 deletions
-2
View File
@@ -36,8 +36,6 @@ Module::~Module()
for (i = 0; i < NUM_LANGS; ++i)
this->DeleteLanguage(i);
remove(this->filename.c_str());
/* Clear any active callbacks this module has */
ModuleManager::ClearCallBacks(this);