Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/modules/mal bpm.mx, 1.65, 1.66
Milena, the "set but unused variable pn" also (still) occurs in function "BPMloadCatalog()" (lines 712-718). Stefan On Fri, Apr 27, 2007 at 09:53:01AM +0000, Milena Ivanova wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal In directory sc8-pr-cvs16:/tmp/cvs-serv12280
Modified Files: bpm.mx Log Message: Unused variable deleted.
Index: bpm.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/bpm.mx,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- bpm.mx 26 Apr 2007 05:46:44 -0000 1.65 +++ bpm.mx 27 Apr 2007 09:52:58 -0000 1.66 @@ -629,10 +629,9 @@ if ((b = BATdescriptor(idx)) == NULL) throw(MAL, "bpm.loadCatalog", "Cannot access descriptor"); BATloop(b, p, q) { - Partition pn; i = *(int *)BUNhead(b,p); k = *(@2 *) BUNtail(b,p); - (pn=newPartition(i))->@1 = k; + newPartition(i)->@1 = k; } BBPunfix(b->batCacheid);
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold