From 059dd54b0e1da5c06b86d27f62ce51dde8ffdaf5 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Sun, 6 Feb 2022 22:07:30 +0100 Subject: [PATCH] Remove now usused function --- src/context.rs | 5 ----- 1 file changed, 5 deletions(-) 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,