From: Matthew Fernandez Date: Sat, 17 Oct 2020 21:13:01 +0000 (-0700) Subject: remove unused onexit() prototype X-Git-Tag: 2.46.0~20^2^2~16^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=301a9a211bbc948e7c8fc902bdf448ee168e0ac9;p=graphviz remove unused onexit() prototype --- diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index 85bb9e085..a8c2e8db7 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -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 *);