diff options
author | Marcus Boerger <helly@php.net> | 2004-01-19 00:10:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-19 00:10:41 +0000 |
commit | ba4c4cddc204a9fa0fd568df62299462e78c5feb (patch) | |
tree | e3f0c4431e65f8f5fb4d17806ea3cd56f02a6923 /ext/soap/php_schema.c | |
parent | 3df0288490837f8916b41235729d1118f16a7f03 (diff) | |
download | php-git-ba4c4cddc204a9fa0fd568df62299462e78c5feb.tar.gz |
Fix some warnings
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r-- | ext/soap/php_schema.c | 1 |
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"); |