diff options
Diffstat (limited to 'ext/spl/php_spl.h')
-rw-r--r-- | ext/spl/php_spl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index b936cfe45b..890945c687 100644 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -24,12 +24,6 @@ #define PHP_SPL_VERSION PHP_VERSION -#if 0 -#define SPL_DEBUG(x) x -#else -#define SPL_DEBUG(x) -#endif - extern zend_module_entry spl_module_entry; #define phpext_spl_ptr &spl_module_entry |