diff --git a/src/ripple/app/ledger/Ledger.cpp b/src/ripple/app/ledger/Ledger.cpp index f54d347960..08e95a0e9c 100644 --- a/src/ripple/app/ledger/Ledger.cpp +++ b/src/ripple/app/ledger/Ledger.cpp @@ -648,7 +648,6 @@ Ledger::setup (Config const& config) Throw(); } -#if 0 try { rules_ = Rules(*this); @@ -661,7 +660,6 @@ Ledger::setup (Config const& config) { Throw(); } -#endif return ret; }