Fixed unused var

This commit is contained in:
Ilia Alshanetsky 2009-09-23 23:14:17 +00:00
parent 0c974164e2
commit 7eeff10cc0

View File

@ -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) {