Remove an outdated comment & unused import
This commit is contained in:
parent
101cfa1345
commit
9daf0471cb
2 changed files with 0 additions and 3 deletions
|
@ -21,8 +21,6 @@
|
||||||
|
|
||||||
public override ResultCode Flush(SystemClockContext context)
|
public override ResultCode Flush(SystemClockContext context)
|
||||||
{
|
{
|
||||||
// TODO: set:sys SetUserSystemClockContext
|
|
||||||
|
|
||||||
return ResultCode.Success;
|
return ResultCode.Success;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@ using Ryujinx.HLE.HOS.Kernel.Threading;
|
||||||
using Ryujinx.HLE.HOS.Services.Time.Clock;
|
using Ryujinx.HLE.HOS.Services.Time.Clock;
|
||||||
using Ryujinx.HLE.HOS.Services.Time.TimeZone;
|
using Ryujinx.HLE.HOS.Services.Time.TimeZone;
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
namespace Ryujinx.HLE.HOS.Services.Time
|
namespace Ryujinx.HLE.HOS.Services.Time
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue