fix: remove unused meta_name fields from meta plugin structs

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 21:26:00 -03:00
parent da9ebb25da
commit ea475386d6
8 changed files with 0 additions and 16 deletions

View File

@@ -63,7 +63,6 @@ impl Hasher {
pub struct DigestMetaPlugin {
hasher: Option<Hasher>,
is_finalized: bool,
meta_name: String,
outputs: std::collections::HashMap<String, serde_yaml::Value>,
options: std::collections::HashMap<String, serde_yaml::Value>,
}
@@ -146,7 +145,6 @@ impl DigestMetaPlugin {
plugin
}
}
impl MetaPlugin for DigestMetaPlugin {