mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove ununsed function
This commit is contained in:
parent
3283bb0454
commit
3a95e6291e
1 changed files with 0 additions and 8 deletions
|
@ -863,14 +863,6 @@ mod tests {
|
||||||
fn next_breakpoint(&self) -> Breakpoint {
|
fn next_breakpoint(&self) -> Breakpoint {
|
||||||
self.test_breakpoint_rcv.recv().unwrap()
|
self.test_breakpoint_rcv.recv().unwrap()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The scheduler will not stop on breakpoints anymore.
|
|
||||||
fn dont_block(self) {
|
|
||||||
std::thread::spawn(move || loop {
|
|
||||||
// unroll and ignore all the state the scheduler is going to send us.
|
|
||||||
self.test_breakpoint_rcv.iter().last();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue