Skip to content

Commit

Permalink
Update crates/noirc_evaluator/src/ssa_refactor/ssa_gen/value.rs
Browse files Browse the repository at this point in the history
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
  • Loading branch information
jfecher and kevaundray authored Apr 21, 2023
1 parent 750e1e0 commit 1578cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/noirc_evaluator/src/ssa_refactor/ssa_gen/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub(super) enum Value {
Function(IrFunctionId),
Tuple(Vec<Value>),

// MutableVariable(Variable, Type),
/// Lazily inserting unit values helps prevent cluttering the IR with too many
/// unit literals.
Unit,
Expand Down

0 comments on commit 1578cbf

Please sign in to comment.