setupapi/tests: Remove an unused variable.

Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Thomas Faber 2020-01-08 20:05:41 +01:00 committed by Alexandre Julliard
parent 04643b789c
commit dc968dae42
1 changed files with 1 additions and 1 deletions

View File

@ -1446,7 +1446,7 @@ static void test_register_device_iface(void)
'C','u','r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
'E','n','u','m','\\','R','o','o','t','\\',
'L','E','G','A','C','Y','_','B','O','G','U','S',0};
SP_DEVICE_INTERFACE_DATA iface = {sizeof(iface)}, ret_iface = {sizeof(ret_iface)};
SP_DEVICE_INTERFACE_DATA iface = {sizeof(iface)};
SP_DEVINFO_DATA device = {sizeof(device)};
HDEVINFO set, set2;
BOOL ret;