Francois Gouget : testbot/GenFixEnv: Remove an unused variable.

Alexandre Julliard julliard at winehq.org
Mon Oct 15 14:34:11 CDT 2012


Module: tools
Branch: master
Commit: 864aafdbbfa894cd6a17e6f1450518df5a1676b6
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=864aafdbbfa894cd6a17e6f1450518df5a1676b6

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Oct 15 15:32:52 2012 +0200

testbot/GenFixEnv: Remove an unused variable.

---

 testbot/src/GenFixEnv/GenFixEnv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/testbot/src/GenFixEnv/GenFixEnv.c b/testbot/src/GenFixEnv/GenFixEnv.c
index f2d4c0f..8272eb6 100644
--- a/testbot/src/GenFixEnv/GenFixEnv.c
+++ b/testbot/src/GenFixEnv/GenFixEnv.c
@@ -83,7 +83,6 @@ static void GenerateUserProfile(FILE *BatchFile)
    BOOL (WINAPI *pGetUserProfileDirectoryA)(HANDLE,LPSTR,LPDWORD);
    HMODULE hadvapi32 = GetModuleHandleA("advapi32.dll");
    HMODULE huserenv = LoadLibraryA("userenv.dll");
-   BOOL NoErr;
    HANDLE Token;
    char Data[1024];
    DWORD DataSize;




More information about the wine-cvs mailing list