Andrew Talbot : crypt32: Remove unwanted shadow variable.

Alexandre Julliard julliard at winehq.org
Tue Apr 15 08:47:36 CDT 2008


Module: wine
Branch: master
Commit: 8a1d3b334d539728e7ae49f442cc1f757bf09620
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8a1d3b334d539728e7ae49f442cc1f757bf09620

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Mon Apr 14 22:02:20 2008 +0100

crypt32: Remove unwanted shadow variable.

---

 dlls/crypt32/encode.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/encode.c b/dlls/crypt32/encode.c
index f769afc..9071e5c 100644
--- a/dlls/crypt32/encode.c
+++ b/dlls/crypt32/encode.c
@@ -1227,7 +1227,6 @@ static BOOL WINAPI CRYPT_DEREncodeItemsAsSet(DWORD dwCertEncodingType,
     if (ret)
     {
         DWORD bytesNeeded = 0, lenBytes;
-        BOOL ret;
 
         for (i = 0; i < setOf.cBlob; i++)
             bytesNeeded += setOf.rgBlob[i].cbData;




More information about the wine-cvs mailing list