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

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