mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
remove emtpy file
allow unused code for new_from_arc
This commit is contained in:
@@ -40,6 +40,7 @@ impl CommandApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
pub fn new_from_arc(accounts: Arc<RwLock<Accounts>>) -> Self {
|
pub fn new_from_arc(accounts: Arc<RwLock<Accounts>>) -> Self {
|
||||||
CommandApi { accounts }
|
CommandApi { accounts }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
# tests need to be ported to new API
|
|
||||||
Reference in New Issue
Block a user