X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FGenericBdsLib%2FInternalBdsLib.h;h=5193ec2d1f162a0e30a9b526393a4e7ee74790e6;hp=c2cdcb1ab8c537e25c11ba92cac6cca7bdfe4506;hb=429cac9c178d62020bc05debadee974986cef769;hpb=33801c0c8e3c99211a8f5a5a04f15e4499711abc diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h b/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h index c2cdcb1ab8..5193ec2d1f 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h @@ -111,21 +111,4 @@ BdsLibGetImageHeader ( OUT EFI_IMAGE_OPTIONAL_HEADER_PTR_UNION Hdr ); -/** - Check whether the descriptionis is conflict with the description reserved for - auto-created boot options. - - @param Description The Description in a boot option - - @retval TRUE The description is conflict with the description reserved for - auto-created boot options. - @retval FALSE The description is not conflict with the description reserved. - -**/ -BOOLEAN -EFIAPI -CheckDescritptionConflict ( - IN CHAR16 *Description - ); - #endif // _BDS_LIB_H_