Remove dead code: scan_pid_files, backend_label, entries_mut, post_json

All confirmed unused anywhere in src/ or channels/.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-07 13:25:18 -04:00
parent 9598e8b86c
commit 39965556dd
4 changed files with 1 additions and 56 deletions

View file

@ -1008,8 +1008,6 @@ impl Agent {
self.client.clone()
}
pub fn entries_mut(&mut self) -> &mut Vec<ConversationEntry> {
&mut self.context.entries
}
}