1
0
Fork 0

next attempt (#4254)

This commit is contained in:
Jan 2018-01-10 00:07:51 +01:00 committed by GitHub
parent 3f878408dc
commit af87e115c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ void RocksDBEngine::shutdownRocksDBInstance() noexcept {
// turn off RocksDBThrottle, and release our pointers to it
if (nullptr != _listener.get()) {
_listener->StopThread();
_listener.reset();
_options.listeners.clear();
} // if
for (rocksdb::ColumnFamilyHandle* h : RocksDBColumnFamily::_allHandles) {