Gijs Vermeulen : crypt32: Remove unused variable in test_CryptBinaryToString().

Alexandre Julliard julliard at winehq.org
Thu Sep 3 15:26:47 CDT 2020


Module: wine
Branch: master
Commit: a963947322da7a4d572e73ca597cc3caf67e498f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a963947322da7a4d572e73ca597cc3caf67e498f

Author: Gijs Vermeulen <gijsvrm at gmail.com>
Date:   Thu Sep  3 00:20:19 2020 +0200

crypt32: Remove unused variable in test_CryptBinaryToString().

This was missed in eb00dbd9134783242d0e3c21be8f5fafd4519d70.

Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list