remove the unused variants from the autobatcher

This commit is contained in:
Tamo 2022-10-19 12:52:20 +02:00 committed by Clément Renault
parent 3702249b1a
commit aa13fc448d
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 7 additions and 16 deletions

View file

@ -1,7 +1,6 @@
use std::collections::HashSet;
use std::fs::File;
use std::io::BufWriter;
use std::sync::atomic::Ordering::Relaxed;
use crate::{autobatcher::BatchKind, Error, IndexScheduler, Result, TaskId};