mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user