Changeset: 45bd4292652d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/45bd4292652d
Modified Files:
gdk/gdk_batop.c
Branch: no_type_bat
Log Message:
Remove unnecessary test.
diffs (13 lines):
diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -1050,8 +1050,7 @@ BATdel(BAT *b, BAT *d)
BUN p = o - b->hseqbase;
BUN q = p + c;
while (p < q) {
- if (atmdel)
- (*atmdel)(b->tvheap, (var_t *)
BUNtloc(bi, p));
+ (*atmdel)(b->tvheap, (var_t *) BUNtloc(bi, p));
p++;
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]