mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused or obsolete classes and files
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
class InboundTransactionsImp
|
||||
: public InboundTransactions
|
||||
, public beast::Stoppable
|
||||
, public Stoppable
|
||||
{
|
||||
public:
|
||||
Application& app_;
|
||||
@@ -296,7 +296,7 @@ std::unique_ptr <InboundTransactions>
|
||||
make_InboundTransactions (
|
||||
Application& app,
|
||||
InboundLedgers::clock_type& clock,
|
||||
beast::Stoppable& parent,
|
||||
Stoppable& parent,
|
||||
beast::insight::Collector::ptr const& collector,
|
||||
std::function <void (uint256 const&,
|
||||
std::shared_ptr <SHAMap> const&)> gotSet)
|
||||
|
||||
Reference in New Issue
Block a user