From: Andrey Hristov Date: Sun, 26 Mar 2006 21:10:13 +0000 (+0000) Subject: kill the left unused variable X-Git-Tag: php-5.1.3RC2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b02327267c774f7465cc84998ade8f1cafe11dd;p=php kill the left unused variable --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 8d53ac6070..1ecd563eaf 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -632,7 +632,6 @@ PHP_FUNCTION(mysqli_stmt_fetch) unsigned int i; ulong ret; unsigned int uval; - double dval; my_ulonglong llval;