diff --git a/src/context.rs b/src/context.rs index a826f6623..acfeb7ea2 100644 --- a/src/context.rs +++ b/src/context.rs @@ -135,11 +135,6 @@ impl Context { Context::new_common(dbfile, id, Some(passphrase)).await } - /// Returns true if database is open. - pub async fn is_open(&self) -> bool { - self.sql.is_open().await - } - async fn new_common( dbfile: PathBuf, id: u32,