Changeset: 3183929efa1c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3183929efa1c
Modified Files:
MonetDB5/src/optimizer/opt_tarantula.mx
Branch: default
Log Message:
opt_tarantula.mx:861: variable "sig" was set but never used
diffs (20 lines):
diff -r 4fc2d10afe02 -r 3183929efa1c MonetDB5/src/optimizer/opt_tarantula.mx
--- a/MonetDB5/src/optimizer/opt_tarantula.mx Mon Sep 13 17:59:49 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_tarantula.mx Mon Sep 13 18:49:24 2010 +0200
@@ -858,7 +858,7 @@
static int
OPTtarantulaImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr
pci)
{
- InstrPtr q, p, pp, sig, *old;
+ InstrPtr q, p, pp, *old;
int last=0, i, j, k, l, limit, actions=0, block = 0, fnd;
int leg=0, ta =0, vtop=0;
MalBlkPtr tm;
@@ -931,7 +931,6 @@
for ( i = 0; i <2 * vtop; i++)
map[i] = i;
- sig= old[0];
for (i = 1; i < limit; i++) {
p = old[i];
if ( p == pci){
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list