Remove LevelDB and HyperLevelDB backends:

The LevelDB and HyperLevelDB are removed from the backend choices. Neither
were recommended for production environments. As RocksDB is not available
on Windows platforms yet, the recommended backend choice for Windows is NuDB.
This commit is contained in:
Vinnie Falco
2015-01-25 08:22:37 -08:00
committed by Nik Bougalis
parent b5c7232d6f
commit f3c1f63444
292 changed files with 7 additions and 58590 deletions

View File

@@ -21,8 +21,6 @@
#include <beast/nudb/nudb.cpp>
#include <ripple/nodestore/backend/HyperDBFactory.cpp>
#include <ripple/nodestore/backend/LevelDBFactory.cpp>
#include <ripple/nodestore/backend/MemoryFactory.cpp>
#include <ripple/nodestore/backend/NuDBFactory.cpp>
#include <ripple/nodestore/backend/NullFactory.cpp>