Skip to content

Commit

Permalink
chore: remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 3, 2023
1 parent 05fcc61 commit 988d3be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/nargo/src/cli/prove_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ fn solve_witness(
})?;

let backend = crate::backends::ConcreteBackend;
let solver_res = backend.solve(&mut solved_witness, compiled_program.circuit.opcodes.clone());

solver_res.map_err(CliError::from)?;
backend.solve(&mut solved_witness, compiled_program.circuit.opcodes.clone())?;

Ok(solved_witness)
}
Expand Down

0 comments on commit 988d3be

Please sign in to comment.