attempt to see if removing this mutex is stable and improves performance

This commit is contained in:
Mark Vejvoda
2013-11-10 19:49:02 +00:00
parent 8ea6235495
commit e712f307c3

View File

@@ -91,7 +91,8 @@ public:
Mutex *factionMutexPrecache;
public:
FactionState() :
factionMutexPrecache(new Mutex) {
//factionMutexPrecache(new Mutex) {
factionMutexPrecache(NULL) {
openPosList.clear();
openNodesList.clear();