Skip to content

Commit

Permalink
feat(processing_engine): Remove unused struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrnewhouse committed Dec 30, 2024
1 parent 8989303 commit 5d5dc3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions influxdb3_wal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,6 @@ pub struct DeletePluginDefinition {
pub plugin_name: String,
}

#[derive(Debug, Serialize, Deserialize, Eq, PartialEq, Clone)]
pub struct DeletePlugin {
pub plugin_name: String,
}

#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize, Copy)]
#[serde(rename_all = "snake_case")]
pub enum PluginType {
Expand Down

0 comments on commit 5d5dc3b

Please sign in to comment.