mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd::db::database::cache: Remove shared_from_this.
This commit is contained in:
parent
15cd10f843
commit
214c2e1b4f
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ namespace ircd::db
|
|||
#endif
|
||||
|
||||
struct ircd::db::database::cache final
|
||||
:std::enable_shared_from_this<ircd::db::database::cache>
|
||||
,rocksdb::Cache
|
||||
:rocksdb::Cache
|
||||
{
|
||||
using Slice = rocksdb::Slice;
|
||||
using Status = rocksdb::Status;
|
||||
|
|
Loading…
Reference in a new issue