]> granicus.if.org Git - php/commitdiff
kill the left unused variable
authorAndrey Hristov <andrey@php.net>
Sun, 26 Mar 2006 21:10:13 +0000 (21:10 +0000)
committerAndrey Hristov <andrey@php.net>
Sun, 26 Mar 2006 21:10:13 +0000 (21:10 +0000)
ext/mysqli/mysqli_api.c

index 8d53ac6070ac8e2db2000dbe412b5060c685657d..1ecd563eaf52dfaaf448330458f68ff179249f33 100644 (file)
@@ -632,7 +632,6 @@ PHP_FUNCTION(mysqli_stmt_fetch)
        unsigned int    i;
        ulong                   ret;
        unsigned int    uval;
-       double                  dval;
        my_ulonglong    llval;