Removed no longer used variable
This commit is contained in:
parent
e1680262b0
commit
a65da60310
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ namespace Ryujinx.Profiler
|
||||||
private readonly object _timerQueueClearLock = new object();
|
private readonly object _timerQueueClearLock = new object();
|
||||||
private ConcurrentQueue<TimerQueueValue> _timerQueue;
|
private ConcurrentQueue<TimerQueueValue> _timerQueue;
|
||||||
|
|
||||||
private readonly object _sessionLock = new object();
|
|
||||||
private int _sessionCounter = 0;
|
private int _sessionCounter = 0;
|
||||||
|
|
||||||
// Cleanup thread
|
// Cleanup thread
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue