Remove unused or obsolete classes and files

This commit is contained in:
Vinnie Falco
2016-04-11 05:32:30 -04:00
parent 735c341fae
commit 203739f7a4
425 changed files with 1968 additions and 5270 deletions

View File

@@ -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)