mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests/shader_runner: Remove an unnecessary local variable declaration.
Found with -Wshadow.
This commit is contained in:
parent
d7b20d7c01
commit
d1ce069ea6
Notes:
Alexandre Julliard
2023-11-28 00:12:56 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/494
@ -618,7 +618,6 @@ static void parse_test_directive(struct shader_runner *runner, const char *line)
|
||||
D3D_PRIMITIVE_TOPOLOGY topology;
|
||||
struct resource_params params;
|
||||
unsigned int vertex_count;
|
||||
char *rest;
|
||||
|
||||
if (!shader_runner_get_resource(runner, RESOURCE_TYPE_RENDER_TARGET, 0))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user