mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Removed no longer used mutexes from match server
This commit is contained in:
@@ -23,8 +23,6 @@ private:
|
||||
std::map<PlayerColor, std::vector<QueryPtr>> queries; //player => stack of queries
|
||||
|
||||
public:
|
||||
static boost::mutex mx;
|
||||
|
||||
void addQuery(QueryPtr query);
|
||||
void popQuery(const CQuery &query);
|
||||
void popQuery(QueryPtr query);
|
||||
|
||||
Reference in New Issue
Block a user