0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

ircd::db: Remove unused cache_arena handle. (related 77b0fc9e1e)

This commit is contained in:
Jason Volk 2020-05-30 03:55:41 -07:00
parent 4843fbf62e
commit 6b3ab64aae

View file

@ -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 &);