chregu          Sun Oct 26 19:03:29 2003 EDT

  Modified files:              
    /php-src/ext/dom    document.c 
  Log:
  remove unneeded variables
  
  
Index: php-src/ext/dom/document.c
diff -u php-src/ext/dom/document.c:1.33 php-src/ext/dom/document.c:1.34
--- php-src/ext/dom/document.c:1.33     Sun Oct 26 19:01:39 2003
+++ php-src/ext/dom/document.c  Sun Oct 26 19:03:28 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: document.c,v 1.33 2003/10/27 00:01:39 chregu Exp $ */
+/* $Id: document.c,v 1.34 2003/10/27 00:03:28 chregu Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1546,7 +1546,7 @@
        zval *id;
        xmlDoc *docp;
        dom_object *intern;
-       char *source = NULL, *valid_file = NULL, *directory = NULL;
+       char *source = NULL, *valid_file = NULL;
        int source_len = 0;
        xmlSchemaParserCtxtPtr  parser;
        xmlSchemaPtr            sptr;
@@ -1629,7 +1629,7 @@
        zval *id;
        xmlDoc *docp;
        dom_object *intern;
-       char *source = NULL, *valid_file = NULL, *directory = NULL;
+       char *source = NULL, *valid_file = NULL;
        int source_len = 0;
        xmlRelaxNGParserCtxtPtr parser;
        xmlRelaxNGPtr           sptr;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to