diff options
-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; |