Remove now usused function

This commit is contained in:
Floris Bruynooghe
2022-02-06 22:07:30 +01:00
parent 8bc2ca7f25
commit 059dd54b0e

View File

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