summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index 0ef75f47fc..5e8f23dca4 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -27,7 +27,6 @@
extern PHPAPI zend_class_entry *spl_ce_ArrayObject;
extern PHPAPI zend_class_entry *spl_ce_ArrayIterator;
extern PHPAPI zend_class_entry *spl_ce_RecursiveArrayIterator;
-extern PHPAPI zend_class_entry *spl_ce_Countable;
PHP_MINIT_FUNCTION(spl_array);