Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Nov 28, 2023
1 parent 1bf6dcf commit 989ad56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_frontend/src/hir/resolution/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ pub(crate) fn resolve_free_functions(
self_type: Option<Type>,
errors: &mut Vec<(CompilationError, FileId)>,
) -> Vec<(FileId, FuncId)> {
// Lower each function in the crate. This is now possible since imports have been resolved
collected_functions
.into_iter()
.flat_map(|unresolved_functions| {
Expand Down

0 comments on commit 989ad56

Please sign in to comment.