mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Remove orphan function.
This commit is contained in:
committed by
Tom Ritchford
parent
b688f69031
commit
02f7326b7e
@@ -1435,19 +1435,6 @@ private:
|
||||
std::placeholders::_3));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
void fetchTimerHandler (const boost::system::error_code& err)
|
||||
{
|
||||
if (!err)
|
||||
{
|
||||
onDeadlineTimer (m_fetchTimer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
// Process IniFileSections [validators_url].
|
||||
void getValidatorsUrl (RippleAddress const& naNodePublic,
|
||||
IniFileSections secSite)
|
||||
|
||||
Reference in New Issue
Block a user