]> granicus.if.org Git - graphviz/commitdiff
remove unused Vmregion
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Jul 2020 21:50:27 +0000 (14:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Jul 2020 18:53:10 +0000 (11:53 -0700)
lib/vmalloc/vmalloc.h
lib/vmalloc/vmbest.c

index 62b1b1bd733f5306363405ae5f89462855dd6e54..b608ed19d9f2878adfe7bca4415cab4217c8b3ab 100644 (file)
@@ -100,7 +100,6 @@ extern "C" {
 
 
     extern Vmalloc_t *Vmheap;  /* heap region                  */
-    extern Vmalloc_t *Vmregion;        /* malloc region                */
 
     extern Vmalloc_t *vmopen(void);
     extern int vmclose(Vmalloc_t *);
index c76a03db99a7798bda4183444a67d2bd7f5a6688..60dcf82b325e9e0c11a31bfe29c371364d68598b 100644 (file)
@@ -157,4 +157,3 @@ static Vmalloc_t _Vmheap = {
 };
 
 Vmalloc_t* Vmheap = &_Vmheap;
-Vmalloc_t* Vmregion = &_Vmheap;