summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-19 00:10:41 +0000
committerMarcus Boerger <helly@php.net>2004-01-19 00:10:41 +0000
commitba4c4cddc204a9fa0fd568df62299462e78c5feb (patch)
treee3f0c4431e65f8f5fb4d17806ea3cd56f02a6923 /ext/soap/php_schema.c
parent3df0288490837f8916b41235729d1118f16a7f03 (diff)
downloadphp-git-ba4c4cddc204a9fa0fd568df62299462e78c5feb.tar.gz
Fix some warnings
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r--ext/soap/php_schema.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c
index 03a3ba5d39..04b274bdbe 100644
--- a/ext/soap/php_schema.c
+++ b/ext/soap/php_schema.c
@@ -839,7 +839,6 @@ static int schema_element(sdlPtr sdl, xmlAttrPtr tsn, xmlNodePtr element, sdlTyp
{
xmlNodePtr content;
xmlAttrPtr attrs, curattr, name, ns;
- TSRMLS_FETCH(); /* is this really needed - or the parameter */
attrs = element->properties;
ns = get_attribute(attrs, "targetNamespace");