X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellCEntryLib%2FUefiShellCEntryLib.c;h=cde3d8cbc3dd2d5593365f7dd47cec795269e65a;hb=94c5492c8a510633b2d78ce7518bca0c1720ebe0;hp=80f56c00148f2915799d421dd8da6e01786947de;hpb=551b6ada05a615c9878b224947f4124cadd2811d;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c index 80f56c0014..cde3d8cbc3 100644 --- a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c +++ b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c @@ -21,13 +21,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include -INTN -EFIAPI -ShellAppMain ( - IN INTN Argc, - IN CHAR16 **Argv - ); - /** UEFI entry point for an application that will in turn call the ShellAppMain function which has parameters similar to a standard C