[FORMAT] Usage(): Remove redundant LoadFMIFSEntryPoints() call (#8072)

`wmain()` already handles this. Addendum to commit 9cea0fddde (r24253).

CORE-20218
This commit is contained in:
Serge Gautherie 2025-06-02 22:30:47 +02:00 committed by GitHub
parent 9fd4378def
commit 1395e7ecc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -323,14 +323,6 @@ static VOID Usage(LPWSTR ProgramName)
K32LoadStringW(GetModuleHandle(NULL), STRING_HELP, szMsg, ARRAYSIZE(szMsg));
#ifndef FMIFS_IMPORT_DLL
if (!LoadFMIFSEntryPoints())
{
ConPrintf(StdOut, szMsg, ProgramName, L"");
return;
}
#endif
szFormats[0] = 0;
while (QueryAvailableFileSystemFormat(Index++, szFormatW, &dummy, &dummy, &latestVersion))
{