Common: Get rid of StdConditionVariable, StdMutex, and StdThread.

All of the compilers we support have support for these now.
This commit is contained in:
Lioncash
2014-08-14 01:14:35 -04:00
parent 2270c3e90a
commit d18d3e1f3e
19 changed files with 29 additions and 851 deletions

View File

@ -6,11 +6,11 @@
#include <cstdarg>
#include <fstream>
#include <mutex>
#include <set>
#include <string>
#include "Common/Common.h"
#include "Common/StdMutex.h"
#define MAX_MESSAGES 8000
#define MAX_MSGLEN 1024