From 753302394f1f88d87e83d1084119a319dac1d0e4 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Mon, 10 May 2021 12:08:04 +0200 Subject: [PATCH] appservice: Remove outdated error --- matrix_sdk/src/error.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/matrix_sdk/src/error.rs b/matrix_sdk/src/error.rs index fc284640..3647bf2f 100644 --- a/matrix_sdk/src/error.rs +++ b/matrix_sdk/src/error.rs @@ -83,10 +83,6 @@ pub enum HttpError { #[error("missing user_id in session")] #[cfg(feature = "appservice")] UserIdRequired, - - /// Tried to assert identity without appservice feature enabled - #[error("appservice feature not enabled")] - NeedsAppserviceFeature, } /// Internal representation of errors.