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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user