diff options
Diffstat (limited to 'source/lib/time.c')
-rw-r--r-- | source/lib/time.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/lib/time.c b/source/lib/time.c index 8cefef6e23..425539c3b0 100644 --- a/source/lib/time.c +++ b/source/lib/time.c @@ -1351,13 +1351,6 @@ time_t nt_time_to_unix_abs(const NTTIME *nt) return (time_t)d; } -time_t uint64s_nt_time_to_unix_abs(const uint64_t *src) -{ - NTTIME nttime; - nttime = *src; - return nt_time_to_unix_abs(&nttime); -} - /**************************************************************************** Put a 8 byte filetime from a struct timespec. Uses GMT. ****************************************************************************/ |