From: Sebastian Bergmann Date: Tue, 20 Mar 2001 17:04:45 +0000 (+0000) Subject: Nuke another warning. X-Git-Tag: php-4.0.6RC1~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53385a95371db61260b197c75a79aecef2f9723a;p=php Nuke another warning. --- diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 04e8af67a0..b0b1ff7b73 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -1620,7 +1620,6 @@ PHP_FUNCTION(domxml_elem_get_attribute_node) { zval *id, *arg1; xmlNode *nodep; - char *value; if ((ZEND_NUM_ARGS() == 1) && getParameters(ht, 1, &arg1) == SUCCESS) { id = getThis();