remove outdated comment

This commit is contained in:
Charles Hall 2024-09-26 16:53:52 -07:00
parent ce7efc1eff
commit 59147cbae7
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

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