Skip to content

Commit

Permalink
chore(ssa refactor): Remove unused variable module (#1284)
Browse files Browse the repository at this point in the history
Remove unused variable module
  • Loading branch information
jfecher authored May 3, 2023
1 parent 9f43450 commit e739329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
23 changes: 0 additions & 23 deletions crates/noirc_evaluator/src/frontend/variable.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/noirc_evaluator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ mod ssa;
// SSA code to create the SSA based IR
// for functions and execute different optimizations.
pub mod ssa_refactor;
// Frontend helper module to translate a different AST
// into the SSA IR.
pub mod frontend;

use acvm::{
acir::circuit::{opcodes::Opcode as AcirOpcode, Circuit, PublicInputs},
Expand Down

0 comments on commit e739329

Please sign in to comment.