]> granicus.if.org Git - graphviz/commitdiff
Remove unnecessary declaration of libc time function
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 24 Nov 2020 23:13:28 +0000 (00:13 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 16 Feb 2021 07:24:19 +0000 (08:24 +0100)
Is available through '#include <time.h>'.

lib/sfio/sfhdr.h

index 13f4af2f81011e176dc5447fcc1e301878a9a639..59986d882d14d893931b29ec15abc55e30b1aadb 100644 (file)
@@ -690,8 +690,6 @@ extern "C" {
 #endif /*HAVE_UNISTD_H*/
 #endif /* _WIN32 */
 
-    extern time_t time(time_t *);
-
 #ifdef HAVE_SYS_STAT_H
     extern int fstat(int, Stat_t *);
 #endif