Skip to content

Commit

Permalink
Merge branch 'master' of github.com:noir-lang/noir into jb-call-expre…
Browse files Browse the repository at this point in the history
…ssion
  • Loading branch information
jonybur committed Oct 11, 2023
2 parents 9c5697a + c48251e commit ff75a0e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions compiler/noirc_evaluator/src/ssa/acir_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1864,13 +1864,7 @@ impl Context {
mod tests {
use std::{collections::HashMap, rc::Rc};

use acvm::{
acir::{
circuit::Opcode,
native_types::{Expression, Witness},
},
FieldElement,
};
use acvm::FieldElement;

use crate::{
brillig::Brillig,
Expand Down

0 comments on commit ff75a0e

Please sign in to comment.