remove more dead transcript mining code

Delete subconscious/transcript.rs (94 lines), is_segment_mined,
mark_segment_mined — all orphaned by the extraction pipeline removal.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-02 21:45:56 -04:00
parent 72d967edbf
commit dae0cc8191
3 changed files with 0 additions and 108 deletions

View file

@ -18,7 +18,6 @@
pub mod subconscious;
pub mod hook;
pub mod transcript;
pub mod api;
pub mod llm;
pub mod prompts;