[PATCH] crypt32: Remove unused variable in test_CryptBinaryToString().

Gijs Vermeulen gijsvrm at gmail.com
Wed Sep 2 17:20:19 CDT 2020


This was missed in eb00dbd9134783242d0e3c21be8f5fafd4519d70.

Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
---
 dlls/crypt32/tests/base64.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/crypt32/tests/base64.c b/dlls/crypt32/tests/base64.c
index 7b9f4c1077..a48f0a5c44 100644
--- a/dlls/crypt32/tests/base64.c
+++ b/dlls/crypt32/tests/base64.c
@@ -240,7 +240,6 @@ static void test_CryptBinaryToString(void)
 {
     static const DWORD flags[] = { 0, CRYPT_STRING_NOCR, CRYPT_STRING_NOCRLF };
     static const WCHAR hexdig[] = L"0123456789abcdef";
-    OSVERSIONINFOA ver = { sizeof(ver) };
     BYTE input[256 * sizeof(WCHAR)];
     DWORD strLen, strLen2, i, j;
     WCHAR *hex, *cmp, *ptr;
-- 
2.28.0




More information about the wine-devel mailing list