[PATCH] setupapi/tests: Remove an unused variable.

Thomas Faber thomas.faber at reactos.org
Wed Jan 8 13:05:41 CST 2020


Signed-off-by: Thomas Faber <thomas.faber at reactos.org>
---
 dlls/setupapi/tests/devinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c
index 68478b5d80a..a02752d2de3 100644
--- a/dlls/setupapi/tests/devinst.c
+++ b/dlls/setupapi/tests/devinst.c
@@ -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;
-- 
2.16.1.windows.2



More information about the wine-devel mailing list