aboutsummaryrefslogtreecommitdiff
path: root/src/win/HeapDebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/HeapDebug.cpp')
-rw-r--r--src/win/HeapDebug.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/win/HeapDebug.cpp b/src/win/HeapDebug.cpp
deleted file mode 100644
index b1b9fe1a..00000000
--- a/src/win/HeapDebug.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "cru/win/WinPreConfig.hpp"
-
-#include <crtdbg.h>
-
-namespace cru::platform {
-void SetupHeapDebug() {
- _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
-}
-} // namespace cru::platform