appservice: Remove outdated error

master
Johannes Becker 2021-05-10 12:08:04 +02:00
parent a2125adeee
commit 753302394f
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ pub enum HttpError {
#[error("missing user_id in session")] #[error("missing user_id in session")]
#[cfg(feature = "appservice")] #[cfg(feature = "appservice")]
UserIdRequired, UserIdRequired,
/// Tried to assert identity without appservice feature enabled
#[error("appservice feature not enabled")]
NeedsAppserviceFeature,
} }
/// Internal representation of errors. /// Internal representation of errors.