Changeset: e7c2c014fa93 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e7c2c014fa93
Modified Files:
        gdk/gdk_bbp.c
Branch: Mar2025
Log Message:

Remove unused code.


diffs (23 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -3001,19 +3001,6 @@ decref(bat i, bool logical, bool lock, c
                        MT_lock_set(&b->theaplock);
                        locked = true;
                }
-#if 0
-               if (b->batCount > b->batInserted && !isVIEW(b)) {
-                       /* if batCount is larger than batInserted and
-                        * the dirty bits are off, it may be that a
-                        * (sub)commit happened in parallel to an
-                        * update; we must undo the turning off of the
-                        * dirty bits */
-                       if (b->theap && b->theap->parentid == i)
-                               b->theap->dirty = true;
-                       if (b->tvheap && b->tvheap->parentid == i)
-                               b->tvheap->dirty = true;
-               }
-#endif
                if (b->theap)
                        farmid = b->theap->farmid;
        }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to