Changeset: 3aa95e977e60 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3aa95e977e60
Modified Files:
monetdb5/optimizer/opt_remap.c
Branch: Jul2021
Log Message:
fix compilation issue
diffs (28 lines):
diff --git a/monetdb5/optimizer/opt_remap.c b/monetdb5/optimizer/opt_remap.c
--- a/monetdb5/optimizer/opt_remap.c
+++ b/monetdb5/optimizer/opt_remap.c
@@ -112,7 +112,7 @@ OPTmultiplexInline(Client cntxt, MalBlkP
MalBlkPtr mq;
InstrPtr q = NULL, sig;
char buf[1024];
- int i,j,k,m, actions=0;
+ int i,j,k,m;
int refbat=0, retc = p->retc;
bit *upgrade;
str msg;
@@ -267,7 +267,6 @@ OPTmultiplexInline(Client cntxt, MalBlkP
typeChecker(cntxt->usermodule,mq,q,i,TRUE);
if( q->typechk== TYPE_UNKNOWN)
goto terminateMX;
- actions++;
break;
}
/* handle simple upgraded assignments as well */
@@ -284,7 +283,6 @@ OPTmultiplexInline(Client cntxt, MalBlkP
typeChecker(cntxt->usermodule,mq,q,i,TRUE);
if( q->typechk== TYPE_UNKNOWN)
goto terminateMX;
- actions++;
break;
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]