]> granicus.if.org Git - php/commitdiff
Fix warning
authorMarcus Boerger <helly@php.net>
Sat, 25 Oct 2003 20:28:39 +0000 (20:28 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 25 Oct 2003 20:28:39 +0000 (20:28 +0000)
ext/simplexml/simplexml.c

index e636b1d262d28e2749d2370ebbb0ee98e00554cb..b7e74bd8c1c166dc716d6a385ae691a29a884322 100644 (file)
@@ -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;