mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Remove unused or obsolete classes and files
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <ripple/basics/UptimeTimer.h>
|
||||
#include <ripple/core/LoadFeeTrack.h>
|
||||
#include <ripple/json/to_string.h>
|
||||
#include <beast/threads/Thread.h>
|
||||
#include <ripple/beast/core/Thread.h>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
@@ -201,7 +201,7 @@ void LoadManager::run ()
|
||||
|
||||
std::unique_ptr<LoadManager>
|
||||
make_LoadManager (Application& app,
|
||||
beast::Stoppable& parent, beast::Journal journal)
|
||||
Stoppable& parent, beast::Journal journal)
|
||||
{
|
||||
return std::make_unique<LoadManager>(app, parent, journal);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user