diff --git a/src/instructions.rs b/src/instructions.rs index 98002bce..5cdf472d 100644 --- a/src/instructions.rs +++ b/src/instructions.rs @@ -175,7 +175,6 @@ impl Line { #[inline] pub fn is_head_instr(&self) -> bool { match self { - &Line::Cut(_) => true, &Line::Fact(_) => true, &Line::Query(_) => true, _ => false,