Changeset: 1fd83d4f50cd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1fd83d4f50cd
Modified Files:
        gdk/gdk.h
Branch: default
Log Message:

Removed unused macros BAThstore and BATtstore.


diffs (12 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -1359,8 +1359,6 @@ gdk_export BUN BUNfnd(BAT *b, const void
                         TYPE_oid : (b)->htype)
 #define BATttype(b)    ((b)->ttype == TYPE_void && (b)->tseqbase != oid_nil ? \
                         TYPE_oid : (b)->ttype)
-#define BAThstore(b)   (BAThdense(b) ? TYPE_void : (b)->htype)
-#define BATtstore(b)   (BATtdense(b) ? TYPE_void : (b)->ttype)
 #define Hbase(b)       ((b)->H->vheap->base)
 #define Tbase(b)       ((b)->T->vheap->base)
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to