]> granicus.if.org Git - graphviz/commitdiff
remove unused onexit() prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Oct 2020 21:13:01 +0000 (14:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 02:16:10 +0000 (19:16 -0700)
lib/sfio/sfhdr.h

index 85bb9e0854fc4ba05df81715ec856b8e82e8a915..a8c2e8db7015b762b6314a0634f222978680c368 100644 (file)
@@ -693,8 +693,6 @@ extern "C" {
 
     extern time_t time(time_t *);
     extern int waitpid(int, int *, int);
-    typedef int (*Onexit_f)(void);
-    extern Onexit_f onexit(Onexit_f);
 
 #ifdef HAVE_SYS_STAT_H
     extern int fstat(int, Stat_t *);