Remove unusable/broken RocksDB code and options

The Broker RockSDB data store backend was previously unusable
and broken, so all code and options related to it are now removed.
This commit is contained in:
Jon Siwek 2021-01-11 11:11:13 -08:00
parent 54b52eb197
commit 321a027d07
10 changed files with 12 additions and 73 deletions

3
NEWS
View file

@ -15,6 +15,9 @@ Changed Functionality
Removed Functionality
---------------------
- Support for the RocksDB Broker data store was previously broken and unusable,
so all code/options related to it are now removed.
Deprecated Functionality
------------------------