From 301a9a211bbc948e7c8fc902bdf448ee168e0ac9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 17 Oct 2020 14:13:01 -0700 Subject: [PATCH] remove unused onexit() prototype --- lib/sfio/sfhdr.h | 2 -- 1 file changed, 2 deletions(-) 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 *); -- 2.40.0