]> wimlib.net Git - wimlib/blobdiff - include/wimlib/assert.h
Remove some unnecessary configure options
[wimlib] / include / wimlib / assert.h
index 5da01bf7972e2b88fc51954f1a31caafca12c8a8..5c8fe650846565eab7b40b47b4f3976c47e51ab4 100644 (file)
@@ -1,11 +1,7 @@
 #ifndef _WIMLIB_ASSERT_H
 #define _WIMLIB_ASSERT_H
 
-#ifdef ENABLE_ASSERTIONS
 #include <assert.h>
-#  define wimlib_assert(expr) assert(expr)
-#else
-#  define wimlib_assert(expr)
-#endif
+#define wimlib_assert(expr)    assert(expr)
 
 #endif /* _WIMLIB_ASSERT_H */