Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil committed Jun 24, 2024
1 parent 4455f4b commit 364fc0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/runtime/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ pub enum HostError {
EventKindSizeOverflow,
#[error("event data size overflow")]
EventDataSizeOverflow,
#[error("failed to fetch data from {url} with error: {error}")]
FetchError { url: String, error: String },
}

#[derive(Debug, Serialize)]
Expand Down

0 comments on commit 364fc0d

Please sign in to comment.