Changeset: adf51f19f8e0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=adf51f19f8e0
Modified Files:
monetdb5/modules/mal/xid.c
Branch: xid
Log Message:
removed obsolete dead code
diffs (19 lines):
diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c
--- a/monetdb5/modules/mal/xid.c
+++ b/monetdb5/modules/mal/xid.c
@@ -475,7 +475,6 @@ XIDcompress(Client cntxt, MalBlkPtr mb,
/* inherit original uncompressed tail as view */
bn = inheritCOL( bn, bn->T, b, b->T, VIEWtparent(b) );
}
- //BATassertProps(bn);
BBPreleaseref(b->batCacheid);
BBPkeepref(*ret = bn->batCacheid);
} else {
@@ -680,7 +679,6 @@ XIDdecompress(Client cntxt, MalBlkPtr mb
/* inherit original uncompressed tail as view */
bn = inheritCOL( bn, bn->T, b, b->T, VIEWtparent(b) );
}
- //BATassertProps(bn);
BBPreleaseref(b->batCacheid);
BBPkeepref(*ret = bn->batCacheid);
return MAL_SUCCEED;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list