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

Modified Files:
      Tag: XQuery_0-22
        opt_algebra_cse.c 
Log Message:

making pathfinder compile with "--enable-strict", again:
removed unused variable.

Manuel,

please check, that I did not break anything ...




Index: opt_algebra_cse.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_algebra_cse.c,v
retrieving revision 1.15.2.4
retrieving revision 1.15.2.5
diff -u -d -r1.15.2.4 -r1.15.2.5
--- opt_algebra_cse.c   19 Feb 2008 17:39:11 -0000      1.15.2.4
+++ opt_algebra_cse.c   19 Feb 2008 20:14:42 -0000      1.15.2.5
@@ -1964,7 +1964,6 @@
             PFla_op_t *seed   = CSE(L(n));
             PFla_op_t *result = CSE(R(n));
 
-            PFalg_proj_t *p = NULL;
             PFarray_t *seed_actmap = create_actatt_map ();
             PFarray_t *res_actmap  = create_actatt_map ();
            


-------------------------------------------------------------------------
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