Remove PeerError::DeadServer, unused, unneeded

Resolves #251
This commit is contained in:
Deirdre Connolly 2020-03-12 15:39:32 -04:00 committed by Deirdre Connolly
parent a3cd0bb82b
commit 8c0b00109f
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ pub enum PeerError {
/// the [`Server`] half did.
#[error("peer::Client instance died")]
DeadClient,
/// The [`peer::Server`] half of the [`peer::Server`]/[`peer::Client`] pair died before
/// the [`peer::Client`] half did.
#[error("peer::Server instance died")]
DeadServer,
/// The remote peer did not respond to a [`peer::Client`] request in time.
#[error("Client request timed out")]
ClientRequestTimeout,