diff options
| author | Björn Jacke <bj@sernet.de> | 2010-01-06 19:31:41 +0100 |
|---|---|---|
| committer | Björn Jacke <bj@sernet.de> | 2010-01-07 00:49:49 +0100 |
| commit | c1c7b6cecb848c35c2cead332483ce117552d6bc (patch) | |
| tree | b7240d00cbd87a4c9cde7842c91c385df555154f /source3/include | |
| parent | d5995eec7e5fd487b57b8805095ffbc74796411a (diff) | |
s3:lib/time: remove unused nt_time_equals
we have nt_time_equal doing the same in lib/util/
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d956ede4c9..af5e564e4b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1059,7 +1059,6 @@ void cli_put_dos_date3(struct cli_state *cli, char *buf, int offset, time_t unix time_t cli_make_unix_date(struct cli_state *cli, const void *date_ptr); time_t cli_make_unix_date2(struct cli_state *cli, const void *date_ptr); time_t cli_make_unix_date3(struct cli_state *cli, const void *date_ptr); -bool nt_time_equals(const NTTIME *nt1, const NTTIME *nt2); void TimeInit(void); void get_process_uptime(struct timeval *ret_time); time_t nt_time_to_unix_abs(const NTTIME *nt); |
