Skip to content

Commit

Permalink
Remove windos not supported errors (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 29, 2024
1 parent 40ac355 commit 032aa58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmd/soroban-cli/src/commands/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ pub enum Error {
InvalidUrl(String),
#[error("Inproper response {0}")]
InproperResponse(String),
#[error("Currently not supported on windows. Please visit:\n{0}")]
WindowsNotSupported(String),
}

impl Cmd {
Expand Down
2 changes: 0 additions & 2 deletions cmd/soroban-cli/src/config/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ pub enum Error {
InvalidUrl(String),
#[error("Inproper response {0}")]
InproperResponse(String),
#[error("Currently not supported on windows. Please visit:\n{0}")]
WindowsNotSupported(String),
}

#[derive(Debug, clap::Args, Clone, Default)]
Expand Down

0 comments on commit 032aa58

Please sign in to comment.