From: Arran Cudbard-Bell Date: Fri, 17 May 2019 21:47:56 +0000 (-0400) Subject: Not used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6d64290a09a2051810865e4df7cdcc5b31e546;p=thirdparty%2Ffreeradius-server.git Not used --- diff --git a/src/lib/util/time.c b/src/lib/util/time.c index ea2dd8eb117..e68564a666d 100644 --- a/src/lib/util/time.c +++ b/src/lib/util/time.c @@ -185,7 +185,6 @@ int64_t fr_time_to_sec(fr_time_t when) /** Convert a timeval to a fr_time_t * - * @param[out] out The fr_time_t value. * @param[in] when_tv The timestamp to convert. * @return * - >0 number of nanoseconds since the server started. @@ -199,7 +198,6 @@ fr_time_t fr_time_from_timeval(struct timeval const *when_tv) /** Convert a timespec to a fr_time_t * - * @param[out] out The fr_time_t value. * @param[in] when_ts The timestamp to convert. * @return * - >0 number of nanoseconds since the server started.