diff --git a/Ryujinx.Profiler/InternalProfile.cs b/Ryujinx.Profiler/InternalProfile.cs index d5145ea0f9..bd522b00bb 100644 --- a/Ryujinx.Profiler/InternalProfile.cs +++ b/Ryujinx.Profiler/InternalProfile.cs @@ -22,7 +22,6 @@ namespace Ryujinx.Profiler private readonly object _timerQueueClearLock = new object(); private ConcurrentQueue _timerQueue; - private readonly object _sessionLock = new object(); private int _sessionCounter = 0; // Cleanup thread