summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2006-03-26 21:10:13 +0000
committerAndrey Hristov <andrey@php.net>2006-03-26 21:10:13 +0000
commit0b02327267c774f7465cc84998ade8f1cafe11dd (patch)
tree0b54403948580d7662246ce1f4a3f110a0685522
parentdfd5b4fbf492fa719dc32b6d2509fa6df400056e (diff)
downloadphp-git-0b02327267c774f7465cc84998ade8f1cafe11dd.tar.gz
kill the left unused variable
-rw-r--r--ext/mysqli/mysqli_api.c1
1 files changed, 0 insertions, 1 deletions
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;