mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r15449: Remove unused function get_nttime_max (which claims it
is incorrect).
This commit is contained in:
parent
a19d4f2bb4
commit
e7ddcd8c33
@ -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.
|
||||
********************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user