diff --git a/src/common.rs b/src/common.rs index e59beba..72851c4 100644 --- a/src/common.rs +++ b/src/common.rs @@ -119,17 +119,6 @@ impl HostAddr { } } -/// The <host> type for host transactions -#[derive(Serialize, Deserialize, Debug)] -pub struct Host { - /// The <hostName> tag - #[serde(rename = "host:name", alias = "name")] - pub name: StringValue, - /// The <hostAddr> tags - #[serde(rename = "host:addr", alias = "addr")] - pub addresses: Option>, -} - /// The <hostAttr> type for domain transactions #[derive(Serialize, Deserialize, Debug)] pub struct HostAttr {