mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Modernize code and clean up out-of-date or obsolete comments:
- Remove references to nodestore ledger index. This was removed
in f946d7b447.
This commit is contained in:
@@ -194,8 +194,6 @@ class NetworkOPsImp final
|
||||
|
||||
|
||||
public:
|
||||
// VFALCO TODO Make LedgerMaster a SharedPtr or a reference.
|
||||
//
|
||||
NetworkOPsImp (Application& app, NetworkOPs::clock_type& clock,
|
||||
bool standalone, std::size_t minPeerCount, bool start_valid,
|
||||
JobQueue& job_queue, LedgerMaster& ledgerMaster, Stoppable& parent,
|
||||
@@ -323,9 +321,6 @@ public:
|
||||
|
||||
// Network state machine.
|
||||
|
||||
// VFALCO TODO Try to make all these private since they seem to be...private
|
||||
//
|
||||
|
||||
// Used for the "jump" case.
|
||||
private:
|
||||
void switchLastClosedLedger (
|
||||
|
||||
Reference in New Issue
Block a user