remove emtpy file

allow unused code for new_from_arc
This commit is contained in:
Simon Laux
2022-06-29 21:09:04 +02:00
parent 4bb1980f8d
commit 60d3a3cacf
2 changed files with 1 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ impl CommandApi {
}
}
#[allow(dead_code)]
pub fn new_from_arc(accounts: Arc<RwLock<Accounts>>) -> Self {
CommandApi { accounts }
}