Skip to content

Commit 5d97f64

Browse files
committed
PHPC-1805: Remove redundant function declaration
This was introduced in 10b3a1f, but was redundant due to the subsequent macro definition.
1 parent ebfb7b2 commit 5d97f64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php_phongo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ zend_object_handlers* phongo_get_std_object_handlers(void);
117117

118118
void phongo_clientencryption_init(php_phongo_clientencryption_t* ce_obj, zval* manager, zval* options);
119119
void phongo_server_init(zval* return_value, zval* manager, uint32_t server_id);
120-
void phongo_serverdescription_init(zval* return_value, mongoc_server_description_t* server_description);
121120
void phongo_serverdescription_init_ex(zval* return_value, mongoc_server_description_t* sd, bool copy);
122121
#define phongo_serverdescription_init(r, sd) phongo_serverdescription_init_ex((r), (sd), true)
123122
void phongo_session_init(zval* return_value, zval* manager, mongoc_client_session_t* client_session);

0 commit comments

Comments
 (0)