Update Validators for ServiceQueue

This commit is contained in:
Vinnie Falco
2013-09-27 13:44:01 -07:00
parent 3ec36929f1
commit 6602aff53d
15 changed files with 101 additions and 211 deletions

View File

@@ -166,7 +166,6 @@ public:
// Initialize the Validators object with Config information.
void initValidatorsConfig ()
{
#if RIPPLE_USE_NEW_VALIDATORS
{
std::vector <std::string> const& strings (getConfig().validators);
if (! strings.empty ())
@@ -182,7 +181,6 @@ public:
{
m_validators->addFile (getConfig().getValidatorsFile());
}
#endif
}
//--------------------------------------------------------------------------