[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4 /ext/domxml php_domxml.c
From:       "Christian Stocker" <chregu () phant ! ch>
Date:       2002-11-29 16:31:41
[Download RAW message or body]

chregu		Fri Nov 29 11:31:41 2002 EDT

  Modified files:              
    /php4/ext/domxml	php_domxml.c 
  Log:
  removed unused variable
  
  
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.223 php4/ext/domxml/php_domxml.c:1.224
--- php4/ext/domxml/php_domxml.c:1.223	Fri Nov 29 06:22:06 2002
+++ php4/ext/domxml/php_domxml.c	Fri Nov 29 11:31:41 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_domxml.c,v 1.223 2002/11/29 11:22:06 chregu Exp $ */
+/* $Id: php_domxml.c,v 1.224 2002/11/29 16:31:41 chregu Exp $ */
 
 /* TODO
  * - Support Notation Nodes
@@ -4737,7 +4737,7 @@
 	xmlXPathContextPtr ctxp;
 	xmlXPathObjectPtr xpathobjp;
 	xmlNode *contextnodep;
-	int ret, str_len, nsNr;
+	int ret, str_len;
 	char *str;
 	contextnode = NULL;
 	contextnodep = NULL;



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic