Remove commented code

This commit is contained in:
Tyera Eulberg
2020-04-28 15:49:07 -06:00
parent 59446d5c50
commit 69736a792c

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| {