Update of /cvsroot/monetdb/MonetDB5/src/optimizer
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19865

Modified Files:
        opt_pushranges.mx 
Log Message:
Variable no longer used.


Index: opt_pushranges.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_pushranges.mx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- opt_pushranges.mx   2 Jan 2008 08:21:15 -0000       1.12
+++ opt_pushranges.mx   3 Jan 2008 10:20:19 -0000       1.13
@@ -109,7 +109,7 @@
 {
        int i,j, limit,actions=0;
        InstrPtr p, *old;
-       int x,y,z,typ;
+       int x,y,z;
        Range range= (Range) alloca(mb->vtop * sizeof(RangeRec));
 
        memset((char*) range, 0, mb->vtop * sizeof(RangeRec));
@@ -222,8 +222,8 @@
                                        p->argc=1;
                                        getModuleId(p)= batRef;
                                        getFunctionId(p)= newRef;
-                                       p= pushArgument(mb,p, 
typ=newTypeVariable(mb, getHeadType(x)));
-                                       p= pushArgument(mb,p, 
typ=newTypeVariable(mb, getTailType(x)));
+                                       p= pushArgument(mb,p, 
newTypeVariable(mb, getHeadType(x)));
+                                       p= pushArgument(mb,p, 
newTypeVariable(mb, getTailType(x)));
                                        actions++;
                                }
                        }


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

Reply via email to