Skip to content

Commit a3bcdec

Browse files
committed
.
1 parent 51641e2 commit a3bcdec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tooling/ssa_verification/src/acir_instruction_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ fn ssa_to_acir_program(ssa: Ssa) -> AcirProgram<FieldElement> {
268268

269269
private_params.extend(ret_values.iter().cloned());
270270
let circuit: Circuit<FieldElement> = Circuit {
271-
current_witness_index: acir_func.current_witness_index().witness_index(),
272271
opcodes: acir_func.opcodes.clone(),
273272
private_parameters: private_params.clone(),
274273
..Circuit::<FieldElement>::default()

0 commit comments

Comments
 (0)