Skip to content

Commit 4a31e5b

Browse files
committed
Remove comment
1 parent ac6c5ba commit 4a31e5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

naga/src/back/spv/ray.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,8 +1835,6 @@ impl Writer {
18351835
super::RayQueryPoint::FINISHED_TRAVERSAL.bits(),
18361836
);
18371837

1838-
// Can't find anything to suggest double calling this function is invalid.
1839-
18401838
let not_finished_id = self.id_gen.next();
18411839
block.body.push(Instruction::unary(
18421840
spirv::Op::LogicalNot,

0 commit comments

Comments
 (0)