mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused code & refactor and simplify event load timing
This commit is contained in:
@@ -103,8 +103,6 @@ private:
|
||||
|
||||
AppBundle (beast::unit_test::suite& suite,
|
||||
std::unique_ptr<Config> config);
|
||||
AppBundle (beast::unit_test::suite& suite,
|
||||
Application* app_);
|
||||
~AppBundle();
|
||||
};
|
||||
|
||||
|
||||
@@ -151,12 +151,6 @@ public:
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Env::AppBundle::AppBundle(beast::unit_test::suite&,
|
||||
Application* app_)
|
||||
: app(app_)
|
||||
{
|
||||
}
|
||||
|
||||
Env::AppBundle::AppBundle(beast::unit_test::suite& suite,
|
||||
std::unique_ptr<Config> config)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user