Skip to content

Commit

Permalink
chore: Remove outdated comment (#1306)
Browse files Browse the repository at this point in the history
remove outdated comment
  • Loading branch information
kevaundray authored May 8, 2023
1 parent b3bd804 commit b327422
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/noirc_evaluator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ impl Evaluator {
/// However, this intermediate representation is useful as it allows us to have
/// intermediate Types which the core type system does not know about like Strings.
fn parse_abi_alt(&mut self, ir_gen: &mut IrGenerator) {
// XXX: Currently, the syntax only supports public witnesses
// u8 and arrays are assumed to be private
// This is not a short-coming of the ABI, but of the grammar
// The new grammar has been conceived, and will be implemented.
let main = ir_gen.program.main_mut();
let main_params = std::mem::take(&mut main.parameters);
let abi_params = std::mem::take(&mut ir_gen.program.main_function_signature.0);
Expand Down

0 comments on commit b327422

Please sign in to comment.