Changeset: 9b1f10368ee5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b1f10368ee5
Modified Files:
        MonetDB5/src/mal/mal_interpreter.mx
Branch: default
Log Message:

Silence the compiler


diffs (15 lines):

diff -r 7ff30a44f2c7 -r 9b1f10368ee5 MonetDB5/src/mal/mal_interpreter.mx
--- a/MonetDB5/src/mal/mal_interpreter.mx       Fri May 07 01:50:23 2010 +0200
+++ b/MonetDB5/src/mal/mal_interpreter.mx       Fri May 07 09:35:03 2010 +0200
@@ -361,11 +361,9 @@
        MalStkPtr stk, MalStkPtr env, InstrPtr pcicaller)
 {
        str ret;
-       int keepAlive;
 
        if (stk == NULL)
                throw(MAL, "mal.interpreter", MAL_STACK_FAIL);
-       keepAlive = stk->keepAlive;
        if(env && stk && stk->cmd!='f') stk->cmd = env->cmd ;
 
        ret = runMALsequence(cntxt, mb, startpc,  stoppc, stk, env, pcicaller);
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to