diff options
| author | Marcus Boerger <helly@php.net> | 2003-11-26 08:18:26 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-11-26 08:18:26 +0000 |
| commit | 06cdd3e4ccd0eeeba36d4c5034b12dad439b6688 (patch) | |
| tree | d5c12c4bad3717bd72c73f28217634bd8545ad77 /ext/spl/spl_array.h | |
| parent | a537eadf4ae30cc611c8edc548b24a90cc5c964a (diff) | |
| download | php-git-06cdd3e4ccd0eeeba36d4c5034b12dad439b6688.tar.gz | |
Remove interfaces implemented in engine now
Diffstat (limited to 'ext/spl/spl_array.h')
| -rwxr-xr-x | ext/spl/spl_array.h | 2 |
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; |
