Changeset: ec18220e70d7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ec18220e70d7
Modified Files:
        gdk/gdk_logger_internals.h
Branch: Dec2023
Log Message:

Removed unused logger fields.


diffs (12 lines):

diff --git a/gdk/gdk_logger_internals.h b/gdk/gdk_logger_internals.h
--- a/gdk/gdk_logger_internals.h
+++ b/gdk/gdk_logger_internals.h
@@ -40,8 +40,6 @@ struct logger {
        int8_t type_id[128];    /* mapping from GDK type nr to logger type id */
 
        // CHECK writer only
-       lng end;
-       ulng* writer_end;
        lng total_cnt; /* When logging the content of a bats in multiple runs, 
total_cnt is used the very first to signal this and keep track in the logging*/
        void *rbuf;
        size_t rbufsize;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to