diff --git a/src/chain/bitcoind.rs b/src/chain/bitcoind.rs index 1c8cf16ba..d9f43ee17 100644 --- a/src/chain/bitcoind.rs +++ b/src/chain/bitcoind.rs @@ -626,13 +626,6 @@ pub(crate) enum UtxoSourceClient { Rest(Arc), } -impl std::ops::Deref for UtxoSourceClient { - type Target = Self; - fn deref(&self) -> &Self { - self - } -} - impl BlockSource for UtxoSourceClient { fn get_header<'a>( &'a self, header_hash: &'a BlockHash, height_hint: Option,