Michael Stefaniuc : crypt32/tests: Remove an unused assignment (PVS-Studio ).
Module: wine Branch: master Commit: f1786a206823f5ac4c45802e10d3f75c6532ed08 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f1786a206823f5ac4c45802e10... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Wed Nov 12 15:28:45 2014 +0100 crypt32/tests: Remove an unused assignment (PVS-Studio). --- dlls/crypt32/tests/encode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/crypt32/tests/encode.c b/dlls/crypt32/tests/encode.c index 9e1853f..e9b49e9 100644 --- a/dlls/crypt32/tests/encode.c +++ b/dlls/crypt32/tests/encode.c @@ -5762,7 +5762,6 @@ static void test_decodeCTL(DWORD dwEncoding) info.SubjectAlgorithm.Parameters.cbData = 0; info.ThisUpdate.dwLowDateTime = info.ThisUpdate.dwHighDateTime = 0; info.NextUpdate.dwLowDateTime = info.NextUpdate.dwHighDateTime = 0; - info.SubjectAlgorithm.pszObjId = oid2; info.SubjectAlgorithm.pszObjId = NULL; value1.cbData = sizeof(emptySequence); value1.pbData = (LPBYTE)emptySequence;
participants (1)
-
Alexandre Julliard