From 5b0184aa95f916dc1fc2d5948d0e8c655d998dd4 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 3 Jan 2017 18:18:15 +0100 Subject: time64: Remove some unused (and non-thread-safe) functions --- src/time64.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/time64.h') diff --git a/src/time64.h b/src/time64.h index 556e06f..bf174c6 100644 --- a/src/time64.h +++ b/src/time64.h @@ -45,13 +45,9 @@ struct TM64 { /* Declare public functions */ struct TM *gmtime64_r (const Time64_T *, struct TM *); struct TM *localtime64_r (const Time64_T *, struct TM *); -struct TM *gmtime64 (const Time64_T *); -struct TM *localtime64 (const Time64_T *); -char *asctime64 (const struct TM *); char *asctime64_r (const struct TM *, char *); -char *ctime64 (const Time64_T*); char *ctime64_r (const Time64_T*, char*); Time64_T timegm64 (const struct TM *); -- cgit v1.1-32-gdbae