Remove num_after accessor

The num_after metadata is useful for prototyping A* or other heuristic
searches, but the num_after accessor is dead code in the main branch.
fringe_search
Wilfred Hughes 2022-07-17 15:55:16 +07:00
parent 05782dbf5c
commit 24fa0b76a7
1 changed files with 0 additions and 4 deletions

@ -262,10 +262,6 @@ impl<'a> Syntax<'a> {
self.info().next_sibling.get()
}
pub fn num_after(&self) -> usize {
self.info().num_after.get()
}
pub fn prev_is_contiguous(&self) -> bool {
self.info().prev_is_contiguous.get()
}