From bb84655d65bf22305cfab26a6b14b148cb060722 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Sep 2007 02:08:36 +0000 Subject: r24941: Simplify samdb_result_nttime(), and remove nttime_from_string() Andrew Bartlett (This used to be commit bcd994a139e2e8fb2e97c8b897c987ff234e0b0a) --- source4/lib/util/time.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/util/time.c b/source4/lib/util/time.c index c800fffea0..4601833a3d 100644 --- a/source4/lib/util/time.c +++ b/source4/lib/util/time.c @@ -373,14 +373,6 @@ _PUBLIC_ NTTIME pull_nttime(uint8_t *base, uint16_t offset) return ret; } -/** - parse a nttime as a large integer in a string and return a NTTIME -*/ -_PUBLIC_ NTTIME nttime_from_string(const char *s) -{ - return strtoull(s, NULL, 0); -} - /** return (tv1 - tv2) in microseconds */ -- cgit