From afe82a12fdcc673447b699d957d8ee51f73fef30 Mon Sep 17 00:00:00 2001 From: Dmitry <83081839+DmitriVT@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:54:13 +0300 Subject: [PATCH] Delete unused error option --- node/src/error.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/node/src/error.rs b/node/src/error.rs index 1347aac..a304088 100644 --- a/node/src/error.rs +++ b/node/src/error.rs @@ -28,10 +28,6 @@ pub enum Error { #[error(transparent)] SubstrateTracing(#[from] sc_tracing::logging::Error), - #[cfg(feature = "pyroscope")] - #[error("Failed to connect to pyroscope agent")] - PyroscopeError(#[from] pyro::error::PyroscopeError), - #[error("Failed to resolve provided URL")] AddressResolutionFailure(#[from] std::io::Error),