diff options
| author | 2017-01-03 18:18:15 +0100 | |
|---|---|---|
| committer | 2017-01-03 18:18:15 +0100 | |
| commit | 5b0184aa95f916dc1fc2d5948d0e8c655d998dd4 (patch) | |
| tree | 4bfb495b4bcc33783b16c134f1467c1d7fce67e8 /src/time64.h | |
| parent | 035148c8351ddf16ce89415b1b6d087f44bd17fe (diff) | |
| download | libplist-5b0184aa95f916dc1fc2d5948d0e8c655d998dd4.tar.gz libplist-5b0184aa95f916dc1fc2d5948d0e8c655d998dd4.tar.bz2 | |
time64: Remove some unused (and non-thread-safe) functions
Diffstat (limited to 'src/time64.h')
| -rw-r--r-- | src/time64.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 { | |||
| 45 | /* Declare public functions */ | 45 | /* Declare public functions */ |
| 46 | struct TM *gmtime64_r (const Time64_T *, struct TM *); | 46 | struct TM *gmtime64_r (const Time64_T *, struct TM *); |
| 47 | struct TM *localtime64_r (const Time64_T *, struct TM *); | 47 | struct TM *localtime64_r (const Time64_T *, struct TM *); |
| 48 | struct TM *gmtime64 (const Time64_T *); | ||
| 49 | struct TM *localtime64 (const Time64_T *); | ||
| 50 | 48 | ||
| 51 | char *asctime64 (const struct TM *); | ||
| 52 | char *asctime64_r (const struct TM *, char *); | 49 | char *asctime64_r (const struct TM *, char *); |
| 53 | 50 | ||
| 54 | char *ctime64 (const Time64_T*); | ||
| 55 | char *ctime64_r (const Time64_T*, char*); | 51 | char *ctime64_r (const Time64_T*, char*); |
| 56 | 52 | ||
| 57 | Time64_T timegm64 (const struct TM *); | 53 | Time64_T timegm64 (const struct TM *); |
