summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-03-10 15:59:50 +0000
committerArd Biesheuvel <abies@php.net>2004-03-10 15:59:50 +0000
commitcc924cad9dfd03c42cf3525512b0768e0427e7ae (patch)
tree97b0f1d7481d3c27bb7938a9704f75f006d4e760
parente6281ab38bb6cd87cef572a12811b68f1f6785cc (diff)
downloadphp-git-cc924cad9dfd03c42cf3525512b0768e0427e7ae.tar.gz
Nuke unused vars
-rw-r--r--ext/standard/math.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/math.c b/ext/standard/math.c
index 262ec23e1d..b8c713d420 100644
--- a/ext/standard/math.c
+++ b/ext/standard/math.c
@@ -438,8 +438,6 @@ PHP_FUNCTION(is_nan)
PHP_FUNCTION(pow)
{
zval *zbase, *zexp;
- double dval;
- zend_bool wantlong;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/z/", &zbase, &zexp) == FAILURE) {
return;