Simplify Beast:

* Remove obsolete RNG facilities
* Flatten directory structure
* Use std::recursive_mutex instead of beast::RecursiveMutex
This commit is contained in:
Nik Bougalis
2016-01-09 02:43:30 -08:00
parent 3c6534dc91
commit 8064e82774
25 changed files with 36 additions and 873 deletions

View File

@@ -21,7 +21,6 @@
#include <BeastConfig.h>
#endif
#include <beast/threads/impl/RecursiveMutex.cpp>
#include <beast/threads/impl/Stoppable.cpp>
#include <beast/threads/impl/Stoppable.test.cpp>
#include <beast/threads/impl/Thread.cpp>