From 214c2e1b4fbb55f188be0308a8a6390a0e056016 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 7 May 2020 19:43:19 -0700 Subject: [PATCH] ircd::db::database::cache: Remove shared_from_this. --- ircd/db_database.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ircd/db_database.h b/ircd/db_database.h index 5c260aa0f..dea742f54 100644 --- a/ircd/db_database.h +++ b/ircd/db_database.h @@ -33,8 +33,7 @@ namespace ircd::db #endif struct ircd::db::database::cache final -:std::enable_shared_from_this -,rocksdb::Cache +:rocksdb::Cache { using Slice = rocksdb::Slice; using Status = rocksdb::Status;