mirror of
https://github.com/php/php-src.git
synced 2024-12-22 00:10:16 +08:00
Fixed unused var
This commit is contained in:
parent
0c974164e2
commit
7eeff10cc0
@ -380,7 +380,6 @@ void mysqli_write_property(zval *object, zval *member, zval *value TSRMLS_DC)
|
||||
zval tmp_member;
|
||||
mysqli_object *obj;
|
||||
mysqli_prop_handler *hnd;
|
||||
zend_object_handlers *std_hnd;
|
||||
int ret;
|
||||
|
||||
if (member->type != IS_STRING) {
|
||||
|
Loading…
Reference in New Issue
Block a user