- all those handlers->add_ref(zobject) would prevent the objects from
[m6w6/ext-http] / http_request_object.c
index cad4bd63783757342c18819336a1714b9edbc1ea..76ba2dd1d2eefc300562f16796701f3c7c9e1ae9 100644 (file)
@@ -219,8 +219,6 @@ HTTP_END_ARGS;
 
 #define http_request_object_declare_default_properties() _http_request_object_declare_default_properties(TSRMLS_C)
 static inline void _http_request_object_declare_default_properties(TSRMLS_D);
-#define http_request_object_clone_obj _http_request_object_clone_obj
-static inline zend_object_value _http_request_object_clone_obj(zval *object TSRMLS_DC);
 
 zend_class_entry *http_request_object_ce;
 zend_function_entry http_request_object_fe[] = {