From 02f7326b7e89fc627313c8791994a59000bc70a0 Mon Sep 17 00:00:00 2001 From: Mark Travis Date: Sat, 28 Feb 2015 02:55:48 -0800 Subject: [PATCH] Remove orphan function. --- src/ripple/app/peers/UniqueNodeList.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/ripple/app/peers/UniqueNodeList.cpp b/src/ripple/app/peers/UniqueNodeList.cpp index 3dce5c02c..1dc516f25 100644 --- a/src/ripple/app/peers/UniqueNodeList.cpp +++ b/src/ripple/app/peers/UniqueNodeList.cpp @@ -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)