Cleanups:

* Reduce Beast dependencies
* Remove unnecessary includes
* Don't use deprecated bassert macros
* Don't use beast::String in Json::Value
This commit is contained in:
Nik Bougalis
2016-01-18 21:20:08 -08:00
parent b4f8dc7abf
commit 555cd59a59
28 changed files with 39 additions and 49 deletions

View File

@@ -45,7 +45,6 @@ class Door;
struct Stat
{
std::size_t id;
std::string when;
std::chrono::seconds elapsed;
int requests;
std::size_t bytes_in;