From: Matthew Fernandez Date: Sat, 11 Jul 2020 20:40:27 +0000 (-0700) Subject: remove a use of Vmdcsbrk discipline X-Git-Tag: 2.46.0~20^2^2~182^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06e7b7c7fa44b15d912f5de4825ba3897749c87d;p=graphviz remove a use of Vmdcsbrk discipline The discipline is no longer used in vmalloc. --- diff --git a/lib/vmalloc/vmbest.c b/lib/vmalloc/vmbest.c index 3a0ebf89f..96d778b00 100644 --- a/lib/vmalloc/vmbest.c +++ b/lib/vmalloc/vmbest.c @@ -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 */ };