Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23749

Modified Files:
      Tag: XQuery_0-18
        serialize_dflt.mx 
Log Message:
Removed unused variable.


Index: serialize_dflt.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize_dflt.mx,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -u -d -r1.38.2.1 -r1.38.2.2
--- serialize_dflt.mx   31 Jul 2007 07:35:07 -0000      1.38.2.1
+++ serialize_dflt.mx   3 Aug 2007 11:10:26 -0000       1.38.2.2
@@ -216,10 +216,8 @@
 static void
 emit_escaped_comment (XqueryCtx* ctx, char* src) {
     int start = 0, end;
-    unsigned char isspecial_ch;
 
     for(end = 0; src[end]; end++) {
-        isspecial_ch = dflt_ws->isspecial_tab[(int)(unsigned char)src[end]];
 /* XXX do we need to do anything special for other special characters? */
         if (src[end] == '\n') {
             /* print all characters that were collected 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to