Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12863

Modified Files:
      Tag: Nov2009
        sql.mx 
Log Message:
Silence compilers.


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.358.2.2
retrieving revision 1.358.2.3
diff -u -d -r1.358.2.2 -r1.358.2.3
--- sql.mx      20 Oct 2009 21:19:12 -0000      1.358.2.2
+++ sql.mx      23 Oct 2009 12:01:21 -0000      1.358.2.3
@@ -3306,7 +3306,6 @@
 str b...@2_dec2_@1( int *res, int *s1, int *bid )
 {
        BAT *b, *bn;
-       BATiter bi;
        @2 *p,*q;
        char *msg = NULL;
        int scale = *s1;
@@ -3315,7 +3314,6 @@
        if( (b = BATdescriptor(*bid)) == NULL ){
                throw(SQL, "batca...@2_dec2_@1", "Cannot access descriptor");
        }
-       bi = bat_iterator(b);
        bn = BATnew(b->htype, ty...@1, BATcount(b));
        BATseqbase(bn, b->hseqbase);
        o = (@1*) Tloc(bn,BUNfirst(bn));


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to