diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Time/Clock/SystemClockContextUpdateCallback.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/Time/Clock/SystemClockContextUpdateCallback.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Time/Clock/SystemClockContextUpdateCallback.cs b/Ryujinx.HLE/HOS/Services/Time/Clock/SystemClockContextUpdateCallback.cs index 629d8ee1..6229f5ed 100644 --- a/Ryujinx.HLE/HOS/Services/Time/Clock/SystemClockContextUpdateCallback.cs +++ b/Ryujinx.HLE/HOS/Services/Time/Clock/SystemClockContextUpdateCallback.cs @@ -1,5 +1,4 @@ using Ryujinx.HLE.HOS.Kernel.Threading; -using System; using System.Collections.Generic; using System.Threading; |