1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

kern_ntptime: drop a comment that became stale after r207359

MFC after:	1 week
X-MFC after:	r207359
This commit is contained in:
Andriy Gapon 2010-04-29 09:18:36 +00:00
parent 5c7e270fcd
commit 4f27c5edfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207362

View File

@ -453,10 +453,6 @@ ntp_adjtime(struct thread *td, struct ntp_adjtime_args *uap)
if (error)
goto done2;
/*
* Status word error decode. See comments in
* ntp_gettime() routine.
*/
if (ntp_is_time_error())
td->td_retval[0] = TIME_ERROR;
else