summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h
index 697d3ff935..4134f7b3d4 100644
--- a/main/php.h
+++ b/main/php.h
@@ -123,7 +123,6 @@ typedef int pid_t;
# endif
#endif
-#if HAVE_ASSERT_H
#if PHP_DEBUG
#undef NDEBUG
#else
@@ -132,9 +131,6 @@ typedef int pid_t;
#endif
#endif
#include <assert.h>
-#else /* HAVE_ASSERT_H */
-#define assert(expr) ((void) (0))
-#endif /* HAVE_ASSERT_H */
#define APACHE 0