diff options
author | Ard Biesheuvel <abies@php.net> | 2004-03-10 15:59:50 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-03-10 15:59:50 +0000 |
commit | cc924cad9dfd03c42cf3525512b0768e0427e7ae (patch) | |
tree | 97b0f1d7481d3c27bb7938a9704f75f006d4e760 | |
parent | e6281ab38bb6cd87cef572a12811b68f1f6785cc (diff) | |
download | php-git-cc924cad9dfd03c42cf3525512b0768e0427e7ae.tar.gz |
Nuke unused vars
-rw-r--r-- | ext/standard/math.c | 2 |
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; |