Remove dead Backend::log() stub

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-07 03:50:19 -04:00
parent 0df5ec11d1
commit c2eb9c53cb

View file

@ -100,9 +100,6 @@ impl Backend {
}
}
fn log(&self, _text: String) {
// TODO: write Log entries to the forked agent's conversation log
}
}
/// Resolve {{placeholder}} templates in subconscious agent prompts.