From 59147cbae71001de009ac5f383b25e9a35c83066 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Thu, 26 Sep 2024 16:53:52 -0700 Subject: [PATCH] remove outdated comment --- src/database.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/database.rs b/src/database.rs index 5205b9ca..a330884e 100644 --- a/src/database.rs +++ b/src/database.rs @@ -288,8 +288,6 @@ impl KeyValueDatabase { Ok(()) } - /// Load an existing database or create a new one, and initialize all - /// services with the loaded database. #[cfg_attr( not(any(feature = "rocksdb", feature = "sqlite")), allow(unreachable_code)