summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/time.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c
index a13dcf1646..749af37cae 100644
--- a/source3/lib/time.c
+++ b/source3/lib/time.c
@@ -39,12 +39,6 @@ int extra_time_offset = 0;
#define TIME_T_MAX (~ (time_t) 0 - TIME_T_MIN)
#endif
-void get_nttime_max(NTTIME *t)
-{
- /* FIXME: This is incorrect */
- unix_to_nt_time(t, get_time_t_max());
-}
-
/*******************************************************************
External access to time_t_min and time_t_max.
********************************************************************/