Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Mar 22, 2024
1 parent 44981a4 commit 4a240d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noir/noir-repo/compiler/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,6 @@ fn compile_contract_inner(
(tag.to_string(), globals)
}));

let mut out_fns = HashMap::new();

Ok(CompiledContract {
name: contract.name,
functions,
Expand Down

0 comments on commit 4a240d9

Please sign in to comment.