Remove unused function

This commit is contained in:
Wilson Lin 2020-07-30 14:41:33 +10:00
parent ed72690463
commit 0eddabcb89
1 changed files with 0 additions and 6 deletions

View File

@ -284,12 +284,6 @@ impl<'d> Processor<'d> {
self.read_next += amount;
}
#[inline(always)]
pub fn undo_skip_expect(&mut self) -> () {
debug_assert!(!self.at_end(), "revert skip known character");
self.read_next -= 1;
}
#[inline(always)]
pub fn skip_expect(&mut self) -> () {
debug_assert!(!self.at_end(), "skip known character");