From: Marcus Boerger Date: Sat, 25 Oct 2003 20:28:39 +0000 (+0000) Subject: Fix warning X-Git-Tag: RELEASE_2_0_0RC1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a68fb02227f9d877b8e928e3cb790e4ad814360;p=php Fix warning --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index e636b1d262..b7e74bd8c1 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -551,7 +551,6 @@ simplexml_ce_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) xmlSchemaParserCtxtPtr parser; xmlSchemaPtr sptr; xmlSchemaValidCtxtPtr vptr; - int is_valid; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &source) == FAILURE) { return;