]> granicus.if.org Git - php/commitdiff
Defining it once is enough
authorMarcus Boerger <helly@php.net>
Sun, 1 Jun 2003 11:15:01 +0000 (11:15 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 1 Jun 2003 11:15:01 +0000 (11:15 +0000)
Zend/zend_compile.h

index b1eb2e6d260b068bee177e6d4071f631920347d0..f17a549d4bae2b13f5003757f7ed5c66afcac3f6 100644 (file)
@@ -352,7 +352,6 @@ ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry
 void zend_do_implements_interface(znode *interface_znode TSRMLS_DC);
 
 void zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce);
-void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface);
 void zend_do_early_binding(TSRMLS_D);
 
 void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC);