Skip to content

Commit

Permalink
remove commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert committed Oct 3, 2024
1 parent d257ec8 commit 30dc8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ir/module/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ impl<'a> Module<'a> {
}
Payload::CodeSectionEntry(body) => {
let locals_reader = body.get_locals_reader()?;
// let num_locals = locals_reader.get_count();
let locals = locals_reader.into_iter().collect::<Result<Vec<_>, _>>()?;
let mut num_locals = 0;
let locals: Vec<(u32, DataType)> = locals
Expand Down

0 comments on commit 30dc8a4

Please sign in to comment.