diff options
author | Adam <Adam@anope.org> | 2010-06-21 00:02:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-21 00:02:57 -0400 |
commit | 16854ae7932aca4e603e9db5ba18ebf33fd24ca9 (patch) | |
tree | d038ac4c9359c5a01cf1901563d6f7c8110ea4f7 /src/module.cpp | |
parent | 17040c088a00a83094359382b9add202e3749db7 (diff) |
Fixed a few Windows problems with cleaning out the runtime directory
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/module.cpp b/src/module.cpp index 7f9e7fd0d..0556abc4e 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -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); |