]> granicus.if.org Git - graphviz/commitdiff
remove prototype for unimplemented vmaddr
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Jul 2021 00:46:17 +0000 (17:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 22:13:34 +0000 (15:13 -0700)
The vmaddr macro was removed in 4f5e8468b8c69f7f617d6d9d7bf0759a04217cda but its
prototype was incorrectly left behind.

lib/vmalloc/vmalloc.h

index f8b6645d3127e33d596a57f79f89b33f3dea0eb3..25ad579731d25f6b156ea78cab5881736839a160 100644 (file)
@@ -44,8 +44,6 @@ extern "C" {
     extern void *vmresize(Vmalloc_t *, void *, size_t);
     extern int vmfree(Vmalloc_t *, void *);
 
-    extern long vmaddr(Vmalloc_t *, void *);
-
     extern char *vmstrdup(Vmalloc_t *, const char *);