Removed no longer used variable

This commit is contained in:
Andy Adshead 2019-04-26 01:37:39 +01:00
parent e1680262b0
commit a65da60310

View file

@ -22,7 +22,6 @@ namespace Ryujinx.Profiler
private readonly object _timerQueueClearLock = new object();
private ConcurrentQueue<TimerQueueValue> _timerQueue;
private readonly object _sessionLock = new object();
private int _sessionCounter = 0;
// Cleanup thread