Changeset: 6eb092b467f7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6eb092b467f7
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: Jul2021
Log Message:

small cleanup


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -980,7 +980,7 @@ SQLparser(Client c)
                c->mode = FINISHCLIENT;
                throw(SQL, "SQLparser", SQLSTATE(42000) "State descriptor 
missing, aborting");
        }
-       assert(c->curprg && c->curprg->def && c->curprg->def > 0x100);
+       assert(c->curprg && c->curprg->def);
        oldvid = c->curprg->def->vid;
        oldvtop = c->curprg->def->vtop;
        oldstop = c->curprg->def->stop;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to