fix(light-rpc/parity) : Remove unused client (#9802)

This commit is contained in:
Niklas Adolfsson
2018-10-24 12:55:24 +02:00
committed by Andrew Jones
parent fe84718b55
commit f4c421f77a
2 changed files with 0 additions and 6 deletions

View File

@@ -542,7 +542,6 @@ impl<C: LightChainClient + 'static> LightDependencies<C> {
false => None,
};
handler.extend_with(light::ParityClient::new(
self.client.clone(),
Arc::new(dispatcher.clone()),
self.secret_store.clone(),
self.logger.clone(),