diff --git a/base/system/format/format.c b/base/system/format/format.c index 3c1d200b59e..57e2b36a0cd 100644 --- a/base/system/format/format.c +++ b/base/system/format/format.c @@ -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)) {