mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::db: Remove unused cache_arena handle. (related 77b0fc9e1e
)
This commit is contained in:
parent
4843fbf62e
commit
6b3ab64aae
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ namespace ircd::db
|
|||
extern ctx::pool::opts request_pool_opts;
|
||||
extern ctx::pool request;
|
||||
extern ctx::mutex write_mutex;
|
||||
extern unsigned cache_arena;
|
||||
|
||||
// reflections
|
||||
string_view reflect(const rocksdb::Status::Code &);
|
||||
|
|
Loading…
Reference in a new issue