From: Georg Richter Date: Wed, 4 Aug 2004 13:15:48 +0000 (+0000) Subject: forgot to remove debug variable :( (Thx to Derick) X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40defd5f2c53ffadbb6c02db6062fd8f8a969b2f;p=php forgot to remove debug variable :( (Thx to Derick) --- diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index 41f873b301..a249e82204 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -171,8 +171,6 @@ static int mysqli_write_na(mysqli_object *obj, zval *newval TSRMLS_DC) } /* }}} */ -MYSQL *p; - /* {{{ mysqli_read_property */ zval *mysqli_read_property(zval *object, zval *member, int type TSRMLS_DC) {