summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-11-26 08:18:26 +0000
committerMarcus Boerger <helly@php.net>2003-11-26 08:18:26 +0000
commit06cdd3e4ccd0eeeba36d4c5034b12dad439b6688 (patch)
treed5c12c4bad3717bd72c73f28217634bd8545ad77 /ext/spl/spl_array.h
parenta537eadf4ae30cc611c8edc548b24a90cc5c964a (diff)
downloadphp-git-06cdd3e4ccd0eeeba36d4c5034b12dad439b6688.tar.gz
Remove interfaces implemented in engine now
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index cbc8397f0f..06bba29459 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -22,8 +22,6 @@
#include "php.h"
#include "php_spl.h"
-extern zend_class_entry *spl_ce_ArrayRead;
-extern zend_class_entry *spl_ce_ArrayAccess;
extern zend_class_entry *spl_ce_ArrayObject;
extern zend_class_entry *spl_ce_ArrayIterator;