summaryrefslogtreecommitdiffhomepage
path: root/compat/ndebug-guard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/ndebug-guard.hpp')
-rw-r--r--compat/ndebug-guard.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/compat/ndebug-guard.hpp b/compat/ndebug-guard.hpp
deleted file mode 100644
index e38fd0fe..00000000
--- a/compat/ndebug-guard.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef NDEBUG
-# error "NDEBUG defined, don't define it"
-#endif
-
-#include <cassert>