Remove orphan function.

This commit is contained in:
Mark Travis
2015-02-28 02:55:48 -08:00
committed by Tom Ritchford
parent b688f69031
commit 02f7326b7e

View File

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