vkd3d-shader: Get rid of the "instruction_idx" field from struct vkd3d_shader_parser.

This is unused now.
This commit is contained in:
Henri Verbeet 2023-04-12 12:02:50 +02:00 committed by Alexandre Julliard
parent 98b5e2c6e0
commit c4d307a08d
Notes: Alexandre Julliard 2023-04-12 22:34:51 +02:00
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/155

View File

@ -996,7 +996,6 @@ struct vkd3d_shader_parser
const uint32_t *ptr;
const struct vkd3d_shader_parser_ops *ops;
struct vkd3d_shader_instruction_array instructions;
size_t instruction_idx;
};
struct vkd3d_shader_parser_ops