Changeset: 8bb7b91e6030 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8bb7b91e6030
Modified Files:
        gdk/gdk_heap.c
Branch: default
Log Message:

Remove superfluous line.


diffs (11 lines):

diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c
--- a/gdk/gdk_heap.c
+++ b/gdk/gdk_heap.c
@@ -1057,7 +1057,6 @@ HEAP_malloc(Heap *heap, size_t nbytes)
 
        /* Now we have found a block which is big enough in block.
         * The predecessor of this block is in trail. */
-       trailp = HEAP_index(heap, trail, CHUNK);
        blockp = HEAP_index(heap, block, CHUNK);
 
        /* If selected block is bigger than block needed split block
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to