Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22035/pathfinder/compiler/algebra

Modified Files:
      Tag: XQuery_0-24
        planner.c 
Log Message:

fixed compilation: removed unused variable


U planner.c
Index: planner.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/planner.c,v
retrieving revision 1.62.2.2
retrieving revision 1.62.2.3
diff -u -d -r1.62.2.2 -r1.62.2.3
--- planner.c   30 May 2008 16:11:39 -0000      1.62.2.2
+++ planner.c   31 May 2008 05:10:26 -0000      1.62.2.3
@@ -1829,8 +1829,7 @@
                   iter_out,
                   iter;
     PFalg_proj_t *proj_in   = PFmalloc (2 * sizeof (PFalg_proj_t));
-    PFplanlist_t *ret       = new_planlist (),
-                 *sorted    = new_planlist ();
+    PFplanlist_t *ret       = new_planlist ();
     PFpa_op_t    *plan;
     
     /* some assertions */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to