summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 7178b9e32..8a3c5fd7e 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -27,13 +27,6 @@
#define RUSAGE_SELF 0
#endif
- /* CRT memory debugging */
- #ifdef DEBUG
- #define _CRTDBG_MAP_ALLOC
- #include <stdlib.h>
- #include <crtdbg.h>
- #endif
-
#include <pwd.h> // setuid
#include <grp.h> // setgid
#endif