]> granicus.if.org Git - graphviz/commitdiff
remove a use of Vmdcsbrk discipline
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Jul 2020 20:40:27 +0000 (13:40 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jul 2020 18:53:10 +0000 (11:53 -0700)
The discipline is no longer used in vmalloc.

lib/vmalloc/vmbest.c

index 3a0ebf89f67c7a01df068e84bf3e3510f1d243c1..96d778b006989727f6f4cccb7dca763a4a4d1881 100644 (file)
@@ -217,7 +217,7 @@ static Vmalloc_t _Vmheap = {
      VM_MTBEST},
     NIL(char *),               /* file         */
     0,                         /* line         */
-    &_Vmdcsbrk,                        /* disc         */
+    NULL,                      /* disc         */
     &_Vmdata,                  /* data         */
     NIL(Vmalloc_t *)           /* next             */
 };