0
0
Fork 0
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:
Jason Volk 2020-05-07 19:43:19 -07:00
parent 15cd10f843
commit 214c2e1b4f

View file

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