Skip to content

Commit

Permalink
remove stale todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Dec 14, 2024
1 parent 1020531 commit 767250e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion naga/src/compact/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ pub fn compact(module: &mut crate::Module) {
{
} else if let Some(expected_new_handle) = module_map.types.try_adjust(old_handle) {
module_map.adjust_type(&mut ty);
// TODO: don't insert ResolvedArraySize
let actual_new_handle = new_types.insert(ty, span);
assert_eq!(actual_new_handle, expected_new_handle);
}
Expand Down

0 comments on commit 767250e

Please sign in to comment.