kernel: RtlTimeToTimeFields no longer need to be logged
This commit is contained in:
parent
8e5b27d054
commit
282c5f5622
|
@ -1686,11 +1686,6 @@ XBSYSAPI EXPORTNUM(305) xbox::void_xt NTAPI xbox::RtlTimeToTimeFields
|
|||
OUT PTIME_FIELDS TimeFields
|
||||
)
|
||||
{
|
||||
LOG_FUNC_BEGIN
|
||||
LOG_FUNC_ARG(Time)
|
||||
LOG_FUNC_ARG_OUT(TimeFields)
|
||||
LOG_FUNC_END;
|
||||
|
||||
LONGLONG Days, cleaps, years, yearday, months;
|
||||
|
||||
/* Extract milliseconds from time and days from milliseconds */
|
||||
|
|
Loading…
Reference in New Issue