Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8334/pathfinder/modules/pftijah

Modified Files:
        pftijah.mx 
Log Message:

found by icc:
removed set but unused variables


U pftijah.mx
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- pftijah.mx  14 Oct 2009 10:01:06 -0000      1.240
+++ pftijah.mx  14 Oct 2009 15:22:50 -0000      1.241
@@ -6582,7 +6582,7 @@
        BAT *diffbat = NULL;
        BAT *joinbat = NULL;
        BUN ressize = 0;
-        BUN lst_split, cur_split, s_diff, lst_diff, s_join, lst_join, lst_res;
+        BUN lst_split, cur_split, lst_res;
         oid cur_orig, lst_orig, split_oid;
         oid *tid;
        
@@ -6638,8 +6638,6 @@
         }
        
        lst_split = BUNlast(splitbat);
-       s_diff = lst_diff = BUNlast(diffbat);
-       s_join = lst_join = BUNlast(joinbat);
        lst_res = BUNlast(res);
        cur_split = BUNfirst(splitbat);
         cur_orig = origbat->hseqbase;


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

Reply via email to