Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed May 20, 2024
1 parent 82fab74 commit 2dd51a5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/cloudflare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ impl CloudflareAuthorizer for EmailKeyAuthorizer {
}
}

#[derive(Serialize, PartialEq, Clone, Debug)]
struct CloudflareUpdate<'a> {
type_: &'static str,
name: &'a str,
content: &'a str,
}

#[derive(Deserialize, PartialEq, Clone, Debug)]
struct CloudflareZone {
id: String,
Expand Down

0 comments on commit 2dd51a5

Please sign in to comment.