summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2001-03-20 17:04:45 +0000
committerSebastian Bergmann <sbergmann@php.net>2001-03-20 17:04:45 +0000
commit53385a95371db61260b197c75a79aecef2f9723a (patch)
treeb97371a9b2c9026a0ae448579d4bacb2e464168e /ext/domxml/php_domxml.c
parent3dfbbc31ac5c78dacf84b1d8d95630399a06321e (diff)
downloadphp-git-53385a95371db61260b197c75a79aecef2f9723a.tar.gz
Nuke another warning.
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r--ext/domxml/php_domxml.c1
1 files changed, 0 insertions, 1 deletions
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();