Author: jpeach
Date: 2006-05-05 06:16:44 +0000 (Fri, 05 May 2006)
New Revision: 15449

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15449

Log:
Remove unused function get_nttime_max (which claims it
is incorrect).

Modified:
   branches/SAMBA_3_0/source/lib/time.c
   trunk/source/lib/time.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/time.c
===================================================================
--- branches/SAMBA_3_0/source/lib/time.c        2006-05-05 05:39:57 UTC (rev 
15448)
+++ branches/SAMBA_3_0/source/lib/time.c        2006-05-05 06:16:44 UTC (rev 
15449)
@@ -39,12 +39,6 @@
 #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.
 ********************************************************************/

Modified: trunk/source/lib/time.c
===================================================================
--- trunk/source/lib/time.c     2006-05-05 05:39:57 UTC (rev 15448)
+++ trunk/source/lib/time.c     2006-05-05 06:16:44 UTC (rev 15449)
@@ -39,12 +39,6 @@
 #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.
 ********************************************************************/

Reply via email to