summaryrefslogtreecommitdiff
path: root/ext/xml/xml.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-09-16 11:09:51 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-09-16 11:09:51 +0200
commit1d0252a1c085b076fa63511439685ef2bd070987 (patch)
tree68d1040f8503a50e0c6bb8cf979d922eb0bb218b /ext/xml/xml.c
parentca6caa0cb28b4e6d426f925e929baf06e29ae8dd (diff)
downloadphp-git-1d0252a1c085b076fa63511439685ef2bd070987.tar.gz
Remove IS_EXT_MODULE defines
I'm not sure what this was used for, but it doesn't look to be relevant anymore.
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r--ext/xml/xml.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index f09edf3eac..c966cf685f 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -18,8 +18,6 @@
+----------------------------------------------------------------------+
*/
-#define IS_EXT_MODULE
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif