Skip to content

Commit 1395e7e

Browse files
[FORMAT] Usage(): Remove redundant LoadFMIFSEntryPoints() call (reactos#8072)
`wmain()` already handles this. Addendum to commit 9cea0fd (r24253). CORE-20218
1 parent 9fd4378 commit 1395e7e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

base/system/format/format.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,6 @@ static VOID Usage(LPWSTR ProgramName)
323323

324324
K32LoadStringW(GetModuleHandle(NULL), STRING_HELP, szMsg, ARRAYSIZE(szMsg));
325325

326-
#ifndef FMIFS_IMPORT_DLL
327-
if (!LoadFMIFSEntryPoints())
328-
{
329-
ConPrintf(StdOut, szMsg, ProgramName, L"");
330-
return;
331-
}
332-
#endif
333-
334326
szFormats[0] = 0;
335327
while (QueryAvailableFileSystemFormat(Index++, szFormatW, &dummy, &dummy, &latestVersion))
336328
{

0 commit comments

Comments
 (0)