Misc code enhancement

This commit is contained in:
JustArchi
2016-11-29 12:16:32 +01:00
parent b7f15daa91
commit bcddffc2f2
2 changed files with 2 additions and 17 deletions

View File

@@ -144,15 +144,5 @@ namespace ArchiSteamFarm {
Lock.ExitWriteLock();
}
}
internal void TrimExcess() {
Lock.EnterWriteLock();
try {
HashSet.TrimExcess();
} finally {
Lock.ExitWriteLock();
}
}
}
}