From 0a68fb02227f9d877b8e928e3cb790e4ad814360 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 25 Oct 2003 20:28:39 +0000 Subject: [PATCH] Fix warning --- ext/simplexml/simplexml.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1