mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +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
|
||||
}
|
||||
|
||||
/// 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,
|
||||
|
||||
Reference in New Issue
Block a user