Remove an outdated comment & unused import

This commit is contained in:
Thog 2019-07-23 00:54:15 +02:00
parent 101cfa1345
commit 9daf0471cb
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6
2 changed files with 0 additions and 3 deletions

View file

@ -21,8 +21,6 @@
public override ResultCode Flush(SystemClockContext context)
{
// TODO: set:sys SetUserSystemClockContext
return ResultCode.Success;
}
}

View file

@ -5,7 +5,6 @@ using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Time.Clock;
using Ryujinx.HLE.HOS.Services.Time.TimeZone;
using System;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Time
{