summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros.h b/macros.h
index f6d69d9..d084c1d 100644
--- a/macros.h
+++ b/macros.h
@@ -90,12 +90,4 @@
#define __unused __attribute__((unused))
#endif
-/*
- * XXX Suppress warnings caused by some implementations of assert().
- */
-#ifdef NDEBUG
-#undef assert
-#define assert(x) ((void)(x))
-#endif /* NDEBUG */
-
#endif /* _MACROS_H */