Skip to content

Commit

Permalink
chore: remove stale comment (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 7, 2023
1 parent effb02a commit 614ff43
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,6 @@ impl AcirContext {
let lhs_expr = lhs_data.to_expression();
let rhs_expr = rhs_data.to_expression();

// TODO: check what happens when we do (a as u8) >= (b as u32)
// TODO: The frontend should shout in this case

let predicate_data = &self.vars[&predicate];
let predicate = predicate_data.to_expression().into_owned();

Expand Down

0 comments on commit 614ff43

Please sign in to comment.