diff options
author | Adam <Adam@anope.org> | 2010-06-21 01:46:27 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-21 17:51:34 -0400 |
commit | f63aed908f4bbca7b89ce26a0116712fe01cf2f1 (patch) | |
tree | 4d6853e905aea594082cff6c5a469a17ac6321cf /src/module.cpp | |
parent | 8b9ba9676736d00c8fb97889b875420b641659a7 (diff) |
Fixed windows problems with clearing 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 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; |