Removed extra output.

oldstable
Alexandre Julliard 1998-12-10 16:04:51 +00:00
parent 0c0e3bebb8
commit 3f11e9eba3
1 changed files with 0 additions and 2 deletions

View File

@ -708,8 +708,6 @@ static int ParseTopLevel(void)
strcpy(DLLInitFunc, GetToken());
if (!DLLInitFunc[0])
fprintf(stderr, "%s:%d: Expected function name after init\n", SpecName, Line);
else
fprintf(stderr, "InitFunc is %s\n", DLLInitFunc);
}
else if (IsNumberString(token))
{