aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/model/bucket_table.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/model/bucket_table.rs b/src/model/bucket_table.rs
index 644189b2..eba89e9b 100644
--- a/src/model/bucket_table.rs
+++ b/src/model/bucket_table.rs
@@ -111,12 +111,6 @@ mod v08 {
}
#[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
- pub struct RedirectAll {
- pub hostname: String,
- pub protoco: String,
- }
-
- #[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
pub struct CorsRule {
pub id: Option<String>,
pub max_age_seconds: Option<u64>,