OvmfPkg/EnrollDefaultKeys: remove unneeded EFIAPI call. conv. specifiers

The GetExact(), GetSettings(), PrintSettings() functions are only called
from within "EnrollDefaultKeys.c", and none of them take variable
arguments. Drop their EFIAPI calling convention specifiers.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@arm.com>
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1747
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Gary Lin <glin@suse.com>
This commit is contained in:
Laszlo Ersek 2019-04-25 15:02:55 +02:00
parent e0d612356e
commit a2491a6c82
1 changed files with 0 additions and 3 deletions

View File

@ -811,7 +811,6 @@ Out:
STATIC STATIC
EFI_STATUS EFI_STATUS
EFIAPI
GetExact ( GetExact (
IN CHAR16 *VariableName, IN CHAR16 *VariableName,
IN EFI_GUID *VendorGuid, IN EFI_GUID *VendorGuid,
@ -855,7 +854,6 @@ typedef struct {
STATIC STATIC
EFI_STATUS EFI_STATUS
EFIAPI
GetSettings ( GetSettings (
OUT SETTINGS *Settings OUT SETTINGS *Settings
) )
@ -894,7 +892,6 @@ GetSettings (
STATIC STATIC
VOID VOID
EFIAPI
PrintSettings ( PrintSettings (
IN CONST SETTINGS *Settings IN CONST SETTINGS *Settings
) )