remove outdated comment

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

View file

@ -311,8 +311,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)