Fix error: redefinition of typedef 'php_http_message_t' during RHEL build
[m6w6/ext-http] / php_http_request_pool.h
index 9984642823334fa4df09147fed0c966da3444286..d5657a60d0b8c29ea5a5c77dcc633aca3df15f70 100644 (file)
@@ -55,8 +55,6 @@ struct php_http_request_pool {
                zend_llist finished;
        } requests;
 
-       zval *persistent_handle_id;
-
 #ifdef ZTS
        void ***ts;
 #endif