mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 16:10:41 +00:00
Code review
This commit is contained in:
@@ -49,11 +49,6 @@ namespace ArchiSteamFarm {
|
||||
|
||||
public bool MoveNext() => Enumerator.MoveNext();
|
||||
public void Reset() => Enumerator.Reset();
|
||||
|
||||
public void Dispose() {
|
||||
if (Lock != null) {
|
||||
Lock.ExitReadLock();
|
||||
}
|
||||
}
|
||||
public void Dispose() => Lock.ExitReadLock();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user