]> granicus.if.org Git - php/commitdiff
forgot to remove debug variable :( (Thx to Derick)
authorGeorg Richter <georg@php.net>
Wed, 4 Aug 2004 13:15:48 +0000 (13:15 +0000)
committerGeorg Richter <georg@php.net>
Wed, 4 Aug 2004 13:15:48 +0000 (13:15 +0000)
ext/mysqli/mysqli.c

index 41f873b301a024b49568ef5895e0753018c3fcbe..a249e8220446fef56e6ab4f550d85a286497b821 100644 (file)
@@ -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)
 {