Skip to content

Commit

Permalink
omit windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 21, 2023
1 parent 33ae5a7 commit 91c5e7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pallas-network/src/multiplexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ pub enum Bearer {

#[cfg(unix)]
Unix(unix::UnixStream),

#[cfg(windows)]
NamedPipe(NamedPipeClient),
// #[cfg(windows)]
// NamedPipe(NamedPipeClient),
}

impl Bearer {
Expand Down

0 comments on commit 91c5e7d

Please sign in to comment.