Remove some unusued bits. (#1067)

This commit is contained in:
Laurent Mazare
2023-10-09 20:49:57 +02:00
committed by GitHub
parent 4d04ac83c7
commit b34d7f0248
5 changed files with 2 additions and 18 deletions

View File

@ -84,7 +84,6 @@ pub struct Segment {
pub dr: DecodingResult,
}
#[allow(unused)]
pub struct Decoder {
model: Model,
rng: rand::rngs::StdRng,