summaryrefslogtreecommitdiff
path: root/src/module.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-06-21 01:46:27 -0400
committerAdam <Adam@anope.org>2010-06-21 17:51:34 -0400
commitf63aed908f4bbca7b89ce26a0116712fe01cf2f1 (patch)
tree4d6853e905aea594082cff6c5a469a17ac6321cf /src/module.cpp
parent8b9ba9676736d00c8fb97889b875420b641659a7 (diff)
Fixed windows problems with clearing the runtime directory
Diffstat (limited to 'src/module.cpp')
-rw-r--r--src/module.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/module.cpp b/src/module.cpp
index 70592112e..9fac3179e 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -59,8 +59,6 @@ Module::~Module()
for (i = 0; i < NUM_LANGS; i++)
this->DeleteLanguage(i);
- remove(this->filename.c_str());
-
int idx;
CommandHash *current = NULL;