r15449: Remove unused function get_nttime_max (which claims it
authorJames Peach <jpeach@samba.org>
Fri, 5 May 2006 06:16:44 +0000 (06:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:46 +0000 (11:16 -0500)
is incorrect).

source/lib/time.c

index a13dcf1646a8fa594935f0af77b1c62a019c9500..749af37cae01a965af9d9c702e3dda13634ef340 100644 (file)
@@ -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.
 ********************************************************************/