Remove unused const TABLE_HASH_SIZE

This commit is contained in:
Marko Mäkelä 2019-07-03 14:42:04 +03:00
parent 666730ee52
commit 24403da91a

View File

@ -325,7 +325,6 @@ static int rocksdb_delete_column_family(
namespace // anonymous namespace = not visible outside this source file
{
const ulong TABLE_HASH_SIZE = 32;
typedef Hash_set<Rdb_table_handler> Rdb_table_set;
class Rdb_open_tables_map {