]> wimlib.net Git - wimlib/blobdiff - include/wimlib/assert.h
Remove support for --enable-more-assertions configure option
[wimlib] / include / wimlib / assert.h
index d0ed314ca8aa979bf30c6367f651a62f7ec42d60..5da01bf7972e2b88fc51954f1a31caafca12c8a8 100644 (file)
@@ -8,10 +8,4 @@
 #  define wimlib_assert(expr)
 #endif
 
-#ifdef ENABLE_MORE_ASSERTIONS
-#  define wimlib_assert2(expr) wimlib_assert(expr)
-#else
-#  define wimlib_assert2(expr)
-#endif
-
 #endif /* _WIMLIB_ASSERT_H */