=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: mscms: Remove unneeded shadow variable.

Alexandre Julliard julliard at winehq.org
Wed Apr 18 13:04:14 CDT 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Apr 18 00:11:28 2012 +0200

mscms: Remove unneeded shadow variable.

---

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

diff --git a/dlls/mscms/profile.c b/dlls/mscms/profile.c
index 54e4afd..b0ffce4 100644
--- a/dlls/mscms/profile.c
+++ b/dlls/mscms/profile.c
@@ -1473,7 +1473,6 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing
             handle = CreateFileW( profile->pProfileData, flags, sharing, NULL, creation, 0, NULL );
         else
         {
-            DWORD size;
             WCHAR *path;
 
             if (!GetColorDirectoryW( NULL, NULL, &size ) && GetLastError() == ERROR_MORE_DATA)




More information about the wine-cvs mailing list