1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00

Nuke another warning.

This commit is contained in:
Sebastian Bergmann
2001-03-20 17:04:45 +00:00
parent 3dfbbc31ac
commit 53385a9537

View File

@@ -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();