Skip to content

Commit 5bd8396

Browse files
committed
revert properly.
1 parent c5abfa4 commit 5bd8396

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

executor/src/witgen/machines/block_machine.rs

-3
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ impl<'a, T: FieldElement> BlockMachine<'a, T> {
438438
RowIndex::from_i64(self.rows() as i64 - 1, self.degree)
439439
}
440440

441-
#[allow(dead_code, unreachable_code)]
442441
fn process_plookup_internal<Q: QueryCallback<T>>(
443442
&mut self,
444443
mutable_state: &MutableState<'a, T, Q>,
@@ -474,8 +473,6 @@ impl<'a, T: FieldElement> BlockMachine<'a, T> {
474473
return Ok(updates);
475474
}
476475

477-
return Ok(EvalValue::incomplete(IncompleteCause::SolvingFailed));
478-
479476
let outer_query = OuterQuery::new(
480477
arguments,
481478
range_constraints,

0 commit comments

Comments
 (0)