mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
Remove now usused function
This commit is contained in:
@@ -135,11 +135,6 @@ impl Context {
|
|||||||
Context::new_common(dbfile, id, Some(passphrase)).await
|
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(
|
async fn new_common(
|
||||||
dbfile: PathBuf,
|
dbfile: PathBuf,
|
||||||
id: u32,
|
id: u32,
|
||||||
|
|||||||
Reference in New Issue
Block a user