From: James Peach Date: Fri, 5 May 2006 06:16:44 +0000 (+0000) Subject: r15449: Remove unused function get_nttime_max (which claims it X-Git-Tag: samba-4.0.0alpha6~801^2~8503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea069fcf0193cb359cec7e69548d08d069d641da;p=thirdparty%2Fsamba.git r15449: Remove unused function get_nttime_max (which claims it is incorrect). (This used to be commit e7ddcd8c33de1d2f053ac4c5fdaef5c31c280318) --- diff --git a/source3/lib/time.c b/source3/lib/time.c index a13dcf1646a..749af37cae0 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. ********************************************************************/