summaryrefslogtreecommitdiff
path: root/time64.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-20 12:31:42 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-22 08:33:25 -0400
commit8a62d6b8193214bd476c275fc4b083b526108223 (patch)
treebed442c52bc353ef370038891427ecbe09e51857 /time64.h
parente27be216b1132c5c017dc516d806edf309c90386 (diff)
downloadperl-8a62d6b8193214bd476c275fc4b083b526108223.tar.gz
Declaring static in header is odd (and warnable offense).
Diffstat (limited to 'time64.h')
-rw-r--r--time64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/time64.h b/time64.h
index 94f34919ca..6f60bce833 100644
--- 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 */