Changeset: e90fe118e62c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e90fe118e62c
Modified Files:
        monetdb5/modules/mal/xid.c
Branch: xid
Log Message:

removed needless "(void) mb;"


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
@@ -404,7 +404,6 @@ XIDcompress(Client cntxt, MalBlkPtr mb, 
        oid hmin = 0, tmin = 0, hmax = oid_nil, tmax = oid_nil;
        bit skip_h, skip_t;
 
-       (void) mb;
        if ((b = BATdescriptor(*bid)) == NULL)
                throw(MAL, "xid.compress", INTERNAL_BAT_ACCESS);
        assert(ATOMtype(b->htype) == TYPE_oid || ATOMtype(b->ttype) == 
TYPE_oid);
@@ -643,7 +642,6 @@ XIDdecompress(Client cntxt, MalBlkPtr mb
        BUN cap;
        str msg = MAL_SUCCEED;
 
-       (void) mb;
        if ((b = BATdescriptor(*bid)) == NULL)
                throw(MAL, "xid.decompress", INTERNAL_BAT_ACCESS);
        assert(ATOMtype(b->htype) == TYPE_oid || ATOMtype(b->ttype) == 
TYPE_oid);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to