coverage: Remove code for making expression copies of BCB counters
Now that coverage statements can have multiple code regions attached to them, this code is never used.
This commit is contained in:
@@ -111,10 +111,6 @@ impl CoverageCounters {
|
||||
BcbCounter::Expression { id, lhs, op, rhs }
|
||||
}
|
||||
|
||||
pub fn make_identity_counter(&mut self, counter_operand: Operand) -> BcbCounter {
|
||||
self.make_expression(counter_operand, Op::Add, Operand::Zero)
|
||||
}
|
||||
|
||||
/// Counter IDs start from one and go up.
|
||||
fn next_counter(&mut self) -> CounterId {
|
||||
let next = self.next_counter_id;
|
||||
|
||||
Reference in New Issue
Block a user