Andrew Talbot : advapi32: Remove unused variable.

Alexandre Julliard julliard at winehq.org
Mon Jul 28 08:07:24 CDT 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Jul 26 21:46:39 2008 +0100

advapi32: Remove unused variable.

---

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

diff --git a/dlls/advapi32/cred.c b/dlls/advapi32/cred.c
index 50a27c0..6600912 100644
--- a/dlls/advapi32/cred.c
+++ b/dlls/advapi32/cred.c
@@ -49,7 +49,6 @@ static const WCHAR wszEncryptionKeyValue[] = {'E','n','c','r','y','p','t','i','o
 
 static const WCHAR wszFlagsValue[] = {'F','l','a','g','s',0};
 static const WCHAR wszTypeValue[] = {'T','y','p','e',0};
-static const WCHAR wszTargetNameValue[] = {'T','a','r','g','e','t','N','a','m','e',0};
 static const WCHAR wszCommentValue[] = {'C','o','m','m','e','n','t',0};
 static const WCHAR wszLastWrittenValue[] = {'L','a','s','t','W','r','i','t','t','e','n',0};
 static const WCHAR wszPersistValue[] = {'P','e','r','s','i','s','t',0};




More information about the wine-cvs mailing list