Changeset: b20a963ef39f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b20a963ef39f Modified Files: gdk/gdk_bat.c Branch: default Log Message:
Pointless comparison with zero. diffs (11 lines): diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c --- a/gdk/gdk_bat.c +++ b/gdk/gdk_bat.c @@ -2204,7 +2204,6 @@ BATassertProps(BAT *b) ATOMstorage(b->ttype) < TYPE_str) assert(!b->tvarsized); /* shift and width have a particular relationship */ - assert(b->tshift >= 0); if (ATOMstorage(b->ttype) == TYPE_str) assert(b->twidth >= 1 && b->twidth <= ATOMsize(b->ttype)); else _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list