mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +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 {
|
||||
CommandApi { accounts }
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# tests need to be ported to new API
|
||||
Reference in New Issue
Block a user