Remove commented code

This commit is contained in:
Tyera Eulberg 2020-04-28 15:47:41 -06:00
parent 0a16d09e1f
commit 9d91cca73c
No known key found for this signature in database
GPG Key ID: 92310FD3120230CF
1 changed files with 0 additions and 9 deletions

View File

@ -246,15 +246,6 @@ pub struct RpcSubscriptions {
exit: Arc<AtomicBool>,
}
// impl Default for RpcSubscriptions {
// fn default() -> Self {
// Self::new(
// &Arc::new(AtomicBool::new(false)),
// Arc::new(RwLock::new(BlockCommitmentCache::default())),
// )
// }
// }
impl Drop for RpcSubscriptions {
fn drop(&mut self) {
self.shutdown().unwrap_or_else(|err| {