Skip to content

Commit

Permalink
keep windows stuff commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 21, 2023
1 parent 4ed2a20 commit ce0c6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallas-network/src/multiplexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ impl BearerWriteHalf {

#[cfg(unix)]
Self::Unix(x) => x.flush().await,
//#[cfg(windows)]
//Bearer::NamedPipe(x) => x.flush().await,
}
}
}
Expand Down

0 comments on commit ce0c6b5

Please sign in to comment.