diff options
author | James Peach <jpeach@samba.org> | 2006-05-05 06:16:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:46 -0500 |
commit | ea069fcf0193cb359cec7e69548d08d069d641da (patch) | |
tree | eaa2ded092bab37d4186c34093ea9ea81e3d7b1b /source3 | |
parent | 584ac985ec203f171367dec336ab8c828e31a442 (diff) | |
download | samba-ea069fcf0193cb359cec7e69548d08d069d641da.tar.gz samba-ea069fcf0193cb359cec7e69548d08d069d641da.tar.bz2 samba-ea069fcf0193cb359cec7e69548d08d069d641da.zip |
r15449: Remove unused function get_nttime_max (which claims it
is incorrect).
(This used to be commit e7ddcd8c33de1d2f053ac4c5fdaef5c31c280318)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/time.c | 6 |
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. ********************************************************************/ |