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

Modified Files:
        opt_deadcode.mx 
Log Message:
Silence compilers


Index: opt_deadcode.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_deadcode.mx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- opt_deadcode.mx     31 Oct 2007 07:16:26 -0000      1.25
+++ opt_deadcode.mx     1 Nov 2007 11:54:31 -0000       1.26
@@ -86,7 +86,7 @@
 static int 
 OPTdeadcodeImplementation(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
 {
-       int i, k, se,limit,slimit;
+       int i, k, se,limit;
        InstrPtr p=0, *old= mb->stmt;
        int actions = 0;
 
@@ -102,7 +102,6 @@
 #endif
 
        limit= mb->stop;
-       slimit= mb->ssize;
        newMalBlkStmt(mb, mb->ssize); /* a new statement stack */
 
        pushInstruction(mb, old[0]);


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to