]> granicus.if.org Git - graphviz/commitdiff
remove legacy function prototypes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Jul 2020 23:50:58 +0000 (16:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 6 Jul 2020 00:15:35 +0000 (17:15 -0700)
lib/vmalloc/vmalloc.h

index 25977f0eac8729f7025730f9b763ca4217b0a656..63b89fa98d507df8d77d7d4d9aec6824e1ab96b1 100644 (file)
@@ -117,11 +117,6 @@ extern "C" {
 
     extern long vmaddr(Vmalloc_t *, void *);
 
-    extern void *vmdbwatch(void *);
-    extern int vmdbcheck(Vmalloc_t *);
-
-    extern int vmprofile(Vmalloc_t *, int);
-
     extern int vmwalk(Vmalloc_t *,
                             int (*)(Vmalloc_t *, void *, size_t,
                                     Vmdisc_t *));