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

Removed unused field from struct.


diffs (18 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -737,13 +737,12 @@ typedef struct {
        MT_Id tid;              /* which thread created it */
        uint32_t
         copiedtodisk:1,        /* once written */
-        dirty:1,               /* dirty wrt disk? */
         dirtyflushed:1,        /* was dirty before commit started? */
         descdirty:1,           /* bat descriptor dirty marker */
         restricted:2,          /* access privileges */
         persistence:1,         /* should the BAT persist on disk? */
         role:8,                /* role of the bat */
-        unused:17;             /* value=0 for now (sneakily used by mat.c) */
+        unused:18;             /* value=0 for now (sneakily used by mat.c) */
        int sharecnt;           /* incoming view count */
 
        /* delta status administration */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to