]> granicus.if.org Git - graphviz/commitdiff
remove unused vmtrace API
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Jul 2020 23:14:10 +0000 (16:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 6 Jul 2020 00:15:35 +0000 (17:15 -0700)
lib/vmalloc/vmalloc.h
lib/vmalloc/vmtrace.c

index 686930d0d7a058b41e2bc116e3d8914383adcd39..ac90d529b7cb452b85229538e40b7b50d75fb009 100644 (file)
@@ -125,7 +125,6 @@ extern "C" {
 
     extern int vmprofile(Vmalloc_t *, int);
 
-    extern int vmtrace(int);
     extern int vmtrbusy(Vmalloc_t *);
 
     extern int vmstat(Vmalloc_t *, Vmstat_t *);
index e6cc29c6061015120aaa802468dfb22c557b0c31..6f3a4b71c3d5948226fa0634f29852f6264d6153 100644 (file)
@@ -134,19 +134,6 @@ static void trtrace(Vmalloc_t * vm,
     write(Trfile, buf, (bufp - buf));
 }
 
-int vmtrace(int file)
-{
-    int fd;
-
-    _Vmstrcpy = trstrcpy;
-    _Vmitoa = tritoa;
-    _Vmtrace = trtrace;
-
-    fd = Trfile;
-    Trfile = file;
-    return fd;
-}
-
 int vmtrbusy(Vmalloc_t * vm)
 {
     Seg_t *seg;