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

Modified Files:
      Tag: M5XQ
        pftijah.mx 
Log Message:
propagated changes of Wednesday Oct 14 2009 - Thursday Oct 15 2009
from the development trunk to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/14 - stmane: modules/pftijah/pftijah.mx,1.241
  
  found by icc:
  removed set but unused variables
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.226.2.13
retrieving revision 1.226.2.14
diff -u -d -r1.226.2.13 -r1.226.2.14
--- pftijah.mx  14 Oct 2009 12:06:43 -0000      1.226.2.13
+++ pftijah.mx  15 Oct 2009 14:02:53 -0000      1.226.2.14
@@ -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