Skip to content

Commit

Permalink
Delete unused error option
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriVT authored Sep 23, 2024
1 parent 6d81714 commit afe82a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions node/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit afe82a1

Please sign in to comment.