refactor: remove unused create() method from MetaPlugin trait

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-18 08:00:24 -03:00
parent c38ae0d4a9
commit 2b6f068784
2 changed files with 0 additions and 30 deletions

View File

@@ -49,7 +49,6 @@ pub trait MetaPlugin {
false
}
fn create(&self) -> Result<Box<dyn Write>>;
fn finalize(&mut self) -> io::Result<String>;
// Update the meta plugin with new data