Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jun 4, 2024
1 parent 56e31eb commit 3415520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/wasm/src/compile_new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::compile::{
use crate::errors::{CompileError, JsCompileError};
use acvm::acir::circuit::ExpressionWidth;
use nargo::parse_all;
use noirc_artifacts::contract::{ContractArtifact, ContractFunctionArtifact};
use noirc_driver::{
add_dep, compile_contract, compile_main, prepare_crate, prepare_dependency, CompileOptions,
};
Expand Down

0 comments on commit 3415520

Please sign in to comment.