aboutsummaryrefslogtreecommitdiff
path: root/src/cru_debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cru_debug.cpp')
-rw-r--r--src/cru_debug.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cru_debug.cpp b/src/cru_debug.cpp
deleted file mode 100644
index 81945227..00000000
--- a/src/cru_debug.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "cru_debug.hpp"
-
-#include <Windows.h>
-
-namespace cru::debug {
-#ifdef CRU_DEBUG
-void DebugMessage(const StringView& message) {
- ::OutputDebugStringW(message.data());
-}
-#endif
-} // namespace cru::debug