This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POPSUB_ARGS: move a code comment to the right line
[perl5.git] / time64.h
index 94f3491..6f60bce 100644 (file)
--- a/time64.h
+++ b/time64.h
@@ -51,7 +51,6 @@ struct TM64 {
 /* Declare functions */
 struct TM *Perl_gmtime64_r    (const Time64_T *, struct TM *);
 struct TM *Perl_localtime64_r (const Time64_T *, struct TM *);
-static Time64_T   S_timegm64      (struct TM *);
 
 
 /* Not everyone has gm/localtime_r(), provide a replacement */