Remove the wineloader variable.

This commit is contained in:
Ferenc Wagner 2004-04-23 23:30:11 +00:00 committed by Alexandre Julliard
parent 4ec0d3be0a
commit 438369af9a
1 changed files with 0 additions and 4 deletions

View File

@ -57,8 +57,6 @@ struct rev_info
static struct wine_test *wine_tests;
static struct rev_info *rev_infos = NULL;
static const char *wineloader;
static int running_under_wine ()
{
HMODULE module = GetModuleHandleA("ntdll.dll");
@ -411,8 +409,6 @@ run_tests (char *logname, const char *tag, const char *url)
SetErrorMode (SEM_NOGPFAULTERRORBOX);
if (!(wineloader = getenv("WINELOADER"))) wineloader = "wine";
tempdir = tempnam (0, "wct");
if (!tempdir)
report (R_FATAL, "Can't name temporary dir (check %%TEMP%%).");