From ba4c4cddc204a9fa0fd568df62299462e78c5feb Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 19 Jan 2004 00:10:41 +0000 Subject: Fix some warnings --- ext/soap/php_schema.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/soap/php_schema.c') 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"); -- cgit v1.2.1