delete ChunkedTerm, chunked iteration

This commit is contained in:
Mark Thom
2023-06-23 14:11:30 -06:00
committed by Mark
parent 063cf0c608
commit c4783062ff
+2
View File
@@ -424,6 +424,7 @@ pub(crate) fn breadth_first_iter<'a>(term: &'a Term, iterable_root: bool) -> Fac
FactIterator::new(term, iterable_root)
}
/*
#[derive(Debug)]
pub(crate) enum ChunkedTerm<'a> {
HeadClause(Atom, &'a Vec<Term>),
@@ -563,3 +564,4 @@ impl<'a> Iterator for ChunkedIterator<'a> {
self.iter.next().map(|term| self.take_chunk(term))
}
}
*/