Module: vkd3d Branch: master Commit: ef71edcb32a43cab21583f9ba74a616ab111c8d9 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=ef71edcb32a43cab21583f9b...
Author: Józef Kucia jkucia@codeweavers.com Date: Tue Apr 30 14:33:45 2019 +0200
vkd3d-shader: Remove dead assignment.
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
libs/vkd3d-shader/spirv.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/libs/vkd3d-shader/spirv.c b/libs/vkd3d-shader/spirv.c index d0304e0..ad927b2 100644 --- a/libs/vkd3d-shader/spirv.c +++ b/libs/vkd3d-shader/spirv.c @@ -3822,7 +3822,6 @@ static uint32_t vkd3d_dxbc_compiler_emit_input(struct vkd3d_dxbc_compiler *compi
write_mask = signature_element->mask & 0xff;
- component_idx = vkd3d_write_mask_get_component_idx(dst->write_mask); component_count = vkd3d_write_mask_component_count(dst->write_mask); if (builtin) {